Search code examples
visual-studiosearchkeyboard-shortcutshighlighting

How to highlight occurrences of a search term in text in Visual Studio?


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


Solution

  • 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.