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
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
What you're seeing are called "inlay hints".
You can disable them in settings by setting
"editor.inlayHints.enabled": "off"
: