Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code showing "type/arguments" in editor as labels

I just installed VS Code 1.60.0-insider.

At first I thought it was a bug, but now there are type/arguments hinds/labels in the editor:

enter image description here

(predicate:, callbackfn:, etc.)

How is this called and how to disable it? I searched online but couldn't find any information.

Note: they only appear in TypeScript files.

like image 832
alexchenco Avatar asked Sep 20 '25 11:09

alexchenco


1 Answers

try use this instruction inside of settings.json, this working well for me.

"editor.inlayHints.enabled": false 
like image 105
Iury Brasileiro Avatar answered Sep 23 '25 06:09

Iury Brasileiro