Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide commonly used ISE hotkey compatibility #318

Open
daviwil opened this issue Oct 12, 2016 · 2 comments
Open

Provide commonly used ISE hotkey compatibility #318

daviwil opened this issue Oct 12, 2016 · 2 comments
Labels
Area-ISE Compatibility Issue-Enhancement A feature request (enhancement).

Comments

@daviwil
Copy link
Contributor

daviwil commented Oct 12, 2016

There are a few hotkeys that are commonly used in the ISE, we should try to provide a way to replicate them. @dfinke provided a Gist with all of the ISE's hotkeys and pointed out that these seem to be the most used which don't have analogues in VS Code yet:

Ctrl+D GoToConsoleShortcut
Ctrl+I GoToEditorShortcut
Ctrl+R ToggleScriptPaneShortcut [Ctrl+` in vsc]
Ctrl+M ToggleOutliningExpansionShortcut [ctrl+k ctrl+0 in vsc]

Since some of these keybindings may conflict with built in VS Code bindings, it'd be better to provide these as an opt-in action which will modify the user's VS Code keybindings.

@rkeithhill
Copy link
Contributor

FWIW I used ISE for years before switching over to VSCode w/PS extension. I used Ctrl+D and Ctrl+I quite a bit - Ctrl+R less so and Ctrl+M not at all. Having a kbd shortcut to quickly switch focus between editor and terminal would be handy but not just for PowerShell. I do some PHP and ASP.NET MVC in VSCode and it would be handy for that as well. :-)

@Bill-Stewart
Copy link

Agree they should be opt-in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-ISE Compatibility Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

4 participants