Skip to content

Allow to put an caret on next ocurrence of an selected word in Visual Studio.

License

Notifications You must be signed in to change notification settings

JulioGold/SmartNextOcurrence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allow to put an caret on next ocurrence of an selected word in Visual Studio.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages