You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
VSCode by default includes several options for word navigation:
It would be nice to have similar commands in this extension, e.g.
instead of just
*SubwordRight
,*SubwordLeft
.Hopefully this isn't too difficult to add since the basic navigation is already in place.
The text was updated successfully, but these errors were encountered: