-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Add support for subword navigation/editing #3526
Comments
Seems like #1085 does exactly this. Can we move ahead in polishing that PR so that it can be added to code soon? |
Feature provided by: https://marketplace.visualstudio.com/items?itemName=ow.vscode-subword-navigation |
It's there, but there are a few things I think it can't do, such as within the filename while renaming/creating new files from the sidebar, or when writing the git commit message, etc. |
The first time I encountered this feature was in Atom. I first thought "Hmm. Interesting but it seems like an overhead" but after I experimented with using it it became obvious that it is super useful feature. It would be awesome if it gets implemented. |
This feature has been added by the PR #48023 and will be available in the @alexandrudima, This is one of the few duplicates for this feature request that has no recent movement. Shouldn't it be closed as duplicate of the oldest duplicate I can find, a.k.a. #541? Or rather, confirm that the progress is tracked in #46203? |
Yes, thanks to @brentwang23 for the PR! Here is an example for how you can bind the new commands:
|
@alexandrudima, where to add these settings? I tried adding it to |
The are already there - search for "Keyboard Shortcuts" in Ctrl+P (or press Ctrl+K Ctrl+S) |
@kumarharsh, not on mine! |
I never encountered this feature outside vim. But then I used Sublime and then Atom, and found this awesome feature, and have been using it a lot recently. Can this be added to vscode?
Ref: atom/atom#5806
The text was updated successfully, but these errors were encountered: