开发者

Visual Studio addin; to highlight all words which match selected word?

While using NotePad++, and select a certain word, it automatically highlights all matched words?

Visual Studio addin; to highlight all words which match selected word?

Does anyone know if there is a Visual Studio addin that can do this? or are there any hidden environment setting that can do this开发者_运维百科?


Check following addins Productivity Power Tools addin
The background colour of the highlight in Productivity Power Tools is found under
Tools->Options->Productivity Power Tools->Enhanced Scroll Bar->Words Matching The Caret Location Color In The Editor.

or

Use Highlight selected word addin.


I believe Visual Assist can do that. This can be switched on in Settings -> Refactoring -> Automatically highlight references to symbol under cursor.

Visual Studio addin; to highlight all words which match selected word?


This is something that is automatically done by VS 2010 though if you are using an older version of VS you can get that functionality with third-party addins. For example I used to use an add-in called RockScroll that could highlight usages in a source file (By double clicking on the word) http://www.hanselman.com/blog/IntroducingRockScroll.aspx.

Also ReSharper has that functionality built into it with Cntl + Shft + F7

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜