How do I make all occurrences of a phrase (search term) in a file to be highlighted in the VS code editor?
|
|
|
|
|
|
|
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. |
||
|
|
|
|
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 |
||||
|
|
|
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. |
||
|
|
|
ReSharper can do this with the Highlight Usages feature: Highlight Usages In File Course, you need ReSharper ;) |
||
|
|
