mandaputtra
mandaputtra

Reputation: 1070

How do you disable highlight prorperty name on vscode typescript (or all in general)?

How do I disable those name: highglight? It is really annoying, but I didn't know how to disable it.

property highlight

Upvotes: 0

Views: 37

Answers (1)

Alex
Alex

Reputation: 67483

In Settings:

"editor.inlayHints.enabled": false,

https://github.com/microsoft/vscode/issues/16221#issuecomment-879538951

Upvotes: 1

Related Questions