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

Add SubwordEnd, SubwordStart commands #29

Open
ian-h-chamberlain opened this issue Apr 4, 2018 · 2 comments
Open

Add SubwordEnd, SubwordStart commands #29

ian-h-chamberlain opened this issue Apr 4, 2018 · 2 comments

Comments

@ian-h-chamberlain
Copy link

ian-h-chamberlain commented Apr 4, 2018

VSCode by default includes several options for word navigation:

cursorWordLeft
cursorWordRight
cursorWordEndRight
cursorWordEndRightSelect
cursorWordStartLeft
cursorWordStartLeftSelect
etc.

It would be nice to have similar commands in this extension, e.g.

subwordNavigation.cursorSubwordRight
subwordNavigation.cursorSubwordEndRight
subwordNavigation.cursorSubwordEndRightSelect
subwordNavigation.cursorSubwordStartRight
subwordNavigation.cursorSubwordStartRightSelect
etc.

instead of just *SubwordRight, *SubwordLeft.

Hopefully this isn't too difficult to add since the basic navigation is already in place.

@ian-h-chamberlain ian-h-chamberlain changed the title Add wordEnd, wordStart commands Add SubwordEnd, SubwordStart commands Apr 4, 2018
@ow--
Copy link
Owner

ow-- commented Apr 27, 2018

Oh wow, I never answered this? In my head I did. Sorry.

So if I read this correctly you'd like the option to be able to choose to skip over whitespace/underscores and in what direction? Rather than how it stops at both sides now?

@ge-gutierrezneri
Copy link

Hello, is this being looked into by any chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants