vote up 4 vote down star

How do I make all occurrences of a phrase (search term) in a file to be highlighted in the VS code editor?

flag

59% accept rate

4 Answers

vote up 2 vote down check

When you run a "find" you can click "bookmark all" which will identify on the left which lines the search terms occur on, but you can't "highlight" the elements using visual studio, out of the box.

link|flag
vote up 7 vote down

Hi,

I noticed that a nice side effect of the Rock-Scroll plugin is that when you double-click a keyword it highlights all occurrences in the file (and in the rock scroll preview) as well.

http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html

Hope that helps, Alex

link|flag
Thanks! I'll check it out. – axk Nov 2 '08 at 17:40
That's awesome, thanks! – Michael Haren Jun 29 at 15:35
vote up 2 vote down

If you use the CTRL-i short cut, it'll do an inline incremental search. Keep pressing CTRL-i to jump to & highlight each subsequent occurence in the file.

I'm not sure that you can highlight all occurences at once. It may be possible with a plugin like ReSharper but not that I'm aware of.

link|flag
That's exactly what I was looking for! – Jacob Sep 29 at 18:26
vote up 2 vote down

ReSharper can do this with the Highlight Usages feature: Highlight Usages In File

Course, you need ReSharper ;)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.