Parameter name inlay hints

Trying to figure out what that ‘false’ means in a function call? Try enabling parameter name inlay hints for JavaScript / TypeScript. These inline hints show parameter names, which can clear up the meaning of each argument.

You can enable them using: javascript.inlayHints.parameterNames.enabled or typescript.inlayHints.parameterNames.enabled. Possible values: