-
Notifications
You must be signed in to change notification settings - Fork 120
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
Word navigation keybindings conflict with the new "Smart Selection" feature #112
Comments
On the note of keyboard shortcuts, there was actually something similar to VSCode's new "Smart Selection", but not quite as powerful or flexible. ST3 has a shortcut of I know the Although, I can't find any editor actions in the "Keyboard Shortcuts" list that actually do that in VSCode, so this extra tweak may not actually be possible after all.. |
Just a quick note: I no longer use this plugin now (mostly because of these shortcut conflicts), so I won't be adding more info to this task as I won't know of any new conflicts that come up. That said, I'm still more than happy to help test this if any changes are made relating to this. |
So I understand that this problem requires support |
the problem itself is that simply adding custom shortcuts to mimic ST3 behaviour isn't sufficient. the standard VSCode shortcuts that conflict with the ST3 shortcuts should actually be overridden as well. otherwise you end up with the scenario I described in my first post, where the custom shortcuts assigned by this extension conflict with shortcuts that are already configured as "default" in VSCode. my note on the |
Looking through the keybindinds added by this extension, there are two that conflict with the recently added "Smart Selection" feature:
Alt + Shift + LeftArrow
conflicts witheditor.action.smartSelect.shrink
Alt + Shift + RightArrow
conflicts witheditor.action.smartSelect.expand
With that said, it has been a while since I used ST3, but I don't remember those specific keyboard shortcuts working to select the previous/next words, I always used
Ctrl + Shift + Left/Right
for that.In light of this, I propose these custom bindings be removed from this extension.
The text was updated successfully, but these errors were encountered: