Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code Stop Showing InlayHints Types on methods/functions/objects/etc [duplicate]

Tags:

vs-code

I have enabled viewing the types in VS Code, and now I don't remember how to turn it off or where I turned it on.

I've disabled all my extensions to make sure it wasn't one of them haha. So it looks like a VS Code Setting I can't seem to find. Tags showing the types of different methods,objects in VSCode

As shown above here pointed out by the red box and arrows.

Greatly appreciate it, driving me crazy at the moment however very helpful at first.

like image 945
snoop Avatar asked Sep 08 '26 15:09

snoop


1 Answers

You can find it under Inlay Hints via the UI too rather than editing json:

enter image description here

like image 143
tinyBIGideas Avatar answered Sep 13 '26 03:09

tinyBIGideas