-2

In VS Code, when I select a word, all equal words in the text are automatically selected. Is it possible to disable this feature? Unfortunately, I don't know what it's called.

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Andy Toff
  • 51
  • 4
  • 3
    Does this answer your question? [How to turn off "matching" highlighting in VS Code?](https://stackoverflow.com/questions/39775406/how-to-turn-off-matching-highlighting-in-vs-code) – NcXNaV Sep 21 '21 at 10:23

1 Answers1

0

I found it! It's this setting:

"editor.occurrencesHighlight": false

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Andy Toff
  • 51
  • 4