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.
Asked
Active
Viewed 25 times
-2
-
3Does 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 Answers
0
I found it! It's this setting:
"editor.occurrencesHighlight": false

desertnaut
- 57,590
- 26
- 140
- 166

Andy Toff
- 51
- 4