vscode-jumpy
vscode-jumpy copied to clipboard
How can I make jumpy jump to the end of the word?
In some cases, I want to delete some part of the word from the end using backspace, but I can not find a suitable way to to do this
Anyone has any ideas on command/shortcut flow for jumping to the end of the word?
I added an option to jump to the end of the word in my fork: https://github.com/krnik/vscode-jumpy
Although, I lost my access to the Marketplace publisher so you would have to clone it, run npm run compile and install it with .vsix file.
@davyzhang You can use Jump instead, it supports this feature.