microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Disable underline of all occurrences in file #717

Open cmawhorter opened 5 years ago

cmawhorter commented 5 years ago

I poked around a bit in the source and didn't see anything. When you click on a variable name (or move the cursor) it'll underline all occurrences in the file.

Sublime has this feature implemented as a double click. I find the underlining distracting and wondering if there's any way to disable it?

icelam commented 3 years ago

This feature can be disabled by adding "typescript_highlight_occurrences": false to your Sublime 3 settings file (" Preference > Package Settings > TypeScript > Plugin Settings - User") mentioned in https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/717.