EasyMotion icon indicating copy to clipboard operation
EasyMotion copied to clipboard

A vim / sublime EasyMotion clone for Visual Studio

Results 17 EasyMotion issues
Sort by recently updated
recently updated
newest added

So that EasyMotion can progress and use libraries from v15.x and beyond, I suggest we create a separate branch for a VS2015-only version. I have created such a branch on...

Hey @jaredpar, are there any plans for providing support for Visual Studio 2019?

When I search for some characters that modify the code under caret, it messes up. For example if I have caret under 'C' in Console.log("something"); when I search for 's'...

Right now VsVim and EasyMotion are fighting for the same key strokes. Need to resolve this conflict

Fixes https://github.com/jaredpar/VsVim/issues/1839 and #3 using ` System.Windows.Forms.SendKeys.Send ("{ESC}")` which of course nobody gonna like, but as those issues where left unfixed for long time it seems reasonable hack. User can...

Hi, I really like this extension. I missed the feature to be able to search for words beginning with the typed character. So if you type 'A' all words beginning...

Hey! Now that @bordev has this working with VsVim, this is the other must-have plugin! :) ...but I can't seem to figure out how to select items when >52 matches...

Attempt on multi-adornment support, when single-character movements are not covering all possible moves. Used for a case when number of places to go to exceeds number of available single-character movements....

This allows for a much more frequently used letter to be navigated to.