VSCode-Parameter-Hints icon indicating copy to clipboard operation
VSCode-Parameter-Hints copied to clipboard

Option to hide parameter names for single arguments

Open leodr opened this issue 5 years ago • 1 comments

For functions that take only one parameter, e.g. localStorage.getItem(), or functions that take in an object/array as the only parameter (e.g. element.animate()), the parameter name annotation can be quite useless.

An option would be nice to disable single parameter hints, like parameterHints.showSingle which would be true by default, but could be disabled.

leodr avatar Nov 25 '20 09:11 leodr

Hi,

Thank you, I will add this.

DominicVonk avatar Nov 25 '20 11:11 DominicVonk