0

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

sublimeText

Cihat Şaman
  • 3,674
  • 4
  • 14
  • 24
italant
  • 187
  • 1
  • 12

1 Answers1

0

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

italant
  • 187
  • 1
  • 12
  • 2
    Link-only answers are generally not acceptable on Stack Exchange sites. The link may change or become unreachable in the future, and without a summary of what the link contains this answer would be useless. Please summarize what is in the link (**don't** just copy and paste) and use the link solely for reference. *If you remove the link and the answer cannot stand on its own, it is not a good answer.* – MattDMo Sep 07 '21 at 13:41