Skip to content
master
Switch branches/tags
Code

Latest commit

AsyncPackage update for VS2019
Renamed item GoToCharacter on Edit->GoTo menu.
Removed Ctrl+Shift+L global shortcut.
05c3d60

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

EasyMotion

A vim / sublime EasyMotion clone for Visual Studio.

Searching Example

The caret is at the end of the using block and you want to move it to the 'C' in 'Console.WriteLine.

Example Step 1

Instead of moving your hands to the arrow keys or even worse, grabbing the mouse, simple initiate an easy motion search by pressing Shift+Control+;.

Example Step 2

The editor adds a status line to let you know it's ready to search. Type 'C' as this is the character we want to navigate to.

Example Step 3

The editor will replace all occurences of 'C' with a new letter (A-Z). At this point if you type any of the letters the caret will be moved to that location. In this case you type 'I' to move to the correct occurence of 'C'

Example Step 4

The caret is now at the start of 'Console.WriteLine' as we wanted at the start

About

A vim / sublime EasyMotion clone for Visual Studio

Resources

License

Packages

No packages published

Languages