Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.64 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.64 KB

SmartNextOcurrence

I decided to create this, to turn development easier and optimized like tools wich exists on another tools, like a vscode.

This extension allow to put an caret/cursor on next ocurrence of an selected word in Visual Studio.

With Ctrl+D hotkeys you can create a new cursor on next ocurrence of the same selected word.

Look those imagens to see how it works ;D

Ctrl + D how it works

C#

Ctrl + D how it works

Text

Alt + Left Click how it works

Click

This extension needs some improvements, feel free to contribute and help to take it better.

Changelog

  • 1.0

    • Project start.
    • Ctrl+D feature.
    • Selection feature.
  • 1.1

    • Selection improvement.
    • Added copy selection.
  • 1.2

    • Improve text selection.
  • 1.3

    • Alt + Left Click feature.

OBS.:: To run extension to debug, you need to configure the project
On Project Properties at Debug tab, check the option Start external program and set to your devenv.exe like that:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe

And at field Command line arguments you need to put that:

/rootsuffix Exp

Done! Now you can run the extension to debug.

Danke