-
Notifications
You must be signed in to change notification settings - Fork 512
Open in ISE keyboard shortcut overwrites basic editing keyboard shortcut #1115
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
Comments
Do you have a suggestion for an alternative? |
It doesn't particularly matter. I just think that it shouldn't be a keyboard shortcut that VS Code already uses for editing. Colliding with another extension is fine because they should use Something like |
I've got #1117 out now to change the "Open in ISE" shortcut to |
@daviwil let me know that I've got |
This will be in 1.6.0 |
In package.json, you're overriding
Shift+Alt+i
, which is the default VS Code keyboard shortcut for Insert cursor at end of each line selected (i.e.,editor.action.insertCursorAtEndOfEachLineSelected
) which is one of the Basic Editing keyboard shortcuts. This is they keyboard shortcut that lets you select a block of text and easily edit each line in that block simultaneously. There is no alternative default shortcut for this feature.There are dozens of possible keyboard shortcuts for this. Is it possible to not select one of the default bindings designated for basic editing for the application?
The text was updated successfully, but these errors were encountered: