Skip to content

Visual Studio extension that lets you jump to the end of the current word before jumping to the beginning of the next word.

Notifications You must be signed in to change notification settings

stiffsen/VS-JumpToEndOfWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The default Edit.WordNext command moves the cursor only to the beginning of the next word.

This extension provides the Edit.WordNextEnd command, which moves the cursor to the end of the current word first, and , if the command is triggered again, to the beginning of the next word afterwards. In other words, an additional text anchor is added to this type of movement command.

Analogously,Edit.WordPreviousEnd is provided for the opposite direction, and Edit.WordPreviousEndExtend and Edit.WordNextEndExtend are provided for extending selections.

Example

*The*      *Stars*     *illustrate*      *where* *the* *cursor*        *is*     *placed*

Usage

After installing the vsix, the commands can be accessed via

Tools > Options > Environment > Keyboard

It is suggested to overwrite the Edit.Word* keys, i.e., Ctrl+Right Arrow etc.

Comments?

I am no C# coder, so if you have any suggestions for improvement, feel free to submit a pull request.

About

Visual Studio extension that lets you jump to the end of the current word before jumping to the beginning of the next word.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published