Awesome
AceJump For Visual Studio
Allows for quick movement around the editor screen. Inspired by AceJump for Webstorm and Vim plugin AceJump.
Download it at https://marketplace.visualstudio.com/items?itemName=jsturtevant.AceJump
Use
- Press "Ctrl + Alt + ;" to display a key selector.
- Press any letter to highlight occurrences in the text editor.
- Press highlighted character and your cursor jumps to that spot!
To change keybinding:
- Open the Keybord settings at
Tools->Options->Environment->Keyboard
. - Type
acejump
in theshow commands containing
dialog box. - Enter new keyboard shortcut and hit assign.
- Hit OK
Contributors
Thanks to everyone who has contibuted to the project:
- mgutekunst
- aerworker
- awesome unknown person when first released
- m0d7
- jpcrs
Build yourself
- [Install VS 2017 Extensibility Workload] (https://docs.microsoft.com/en-us/visualstudio/extensibility/installing-the-visual-studio-sdk)
- Build Project using VS Build
- Run Unit Tests
Manually test in Experimental version:
- Right click on Project file and select properties:
- Select Debug Tab
- Select
Start External Program
and enter path todevenv.exe
. Usually something like:C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe
- Under
Start Options->Command Line Arguements
enter/rootSuffix Exp
- Start Debugging and Experimental version of VS will startup and you can set breakpoints in the code.