In VSCode, when the cursor is on a character (function name, var name, etc.), the character is automatically highlighted in the document.
Here is an example:

I searched several times in the settings file, but the only match for highlightis editor.selectionHighlightthat I installed in false, and it still does something else.
How to disable automatic selection?
source
share