vscode-nushell-lang icon indicating copy to clipboard operation
vscode-nushell-lang copied to clipboard

Hide inferred types when already given explicitly

Open ealap opened this issue 9 months ago • 1 comments

...or can we at least have an option to do it without hiding it for all other cases.

I personally get confused seeing double when I choose to explicitly annotate some variables. image

ealap avatar Apr 30 '24 09:04 ealap

Agreed. The Inlays shouldn't be shown if the type is explicitly provided. We'd accept a PR to make that change.

fdncred avatar Apr 30 '24 11:04 fdncred