VSCode-Parameter-Hints
VSCode-Parameter-Hints copied to clipboard
Option to hide parameter names for single arguments
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.
Hi,
Thank you, I will add this.