Search code examples
typescriptsublimetextsublime-text-pluginsublimetext4

How to disable underline variables in SublimeText?


When the cursor is on it which option is responsible to make underline such variables?

sublimeText


Solution

  • The TypeScript plugin is to blame. Can be disabled by adding

    "Preference > Package Settings > TypeScript > Plugin Settings - User"

    "typescript_highlight_occurrences": false
    

    The solution is here - Github