LiamMorrow / Visual-Studio-Power-Mode

An extension that attempts to clone the power mode in Atom found here : https://atom.io/packages/activate-power-mode
MIT License
254 stars 56 forks source link

Add toggle on/off by keyboard shortcut #18

Closed ThomasZitzler closed 7 years ago

ThomasZitzler commented 8 years ago

Could you please add toggle on/off functionality? Best would be to have a keyboard shortcut for that.

Currently it's only possible to enable/disable the extension and that requires a Visual Studio restart.

jeroldhaas commented 8 years ago

:+1: this feature. If not include a binding, at least provide the ability to create a binding.

nbarbettini commented 8 years ago

provide the ability to create a binding.

:+1: on this.

LiamMorrow commented 8 years ago

I'll have a look after work today

jeroldhaas commented 8 years ago

I've stubbed in some of the code on my fork. It was coded in VS Code, without any VS Extensibility API -- I just need Guids and CommandIds, I believe, so it's as of yet not complete enough for a PR. https://github.com/jeroldhaas/Visual-Studio-Power-Mode

Liz4v commented 8 years ago

+1

magicnanners commented 8 years ago

Any update on this?

jeroldhaas commented 8 years ago

I'm stalled at the moment. If someone wants to pick up where I've left off, they're welcome to it. 😄

LiamMorrow commented 7 years ago

40 should fix this