how to remove inlay hints in vscode?

53 Views Asked by At

How can i remove/disable these helper texts in vscode (underlined with red lines)

How can i remove/disable these helper texts? i am getting these while using react/js/ts and such...

i tried disabling all exttensions and it did not solve the issue so i don't think my problem is extension related

visual studio code

1

There are 1 best solutions below

1
On BEST ANSWER

What you're seeing are called "inlay hints".

You can disable them in settings by setting "editor.inlayHints.enabled": "off":

enter image description here