tbeseda / vscode-toggle-js-inlayhints

Quickly turn on or off all JavaScript inlay hints in VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=tbeseda.toggle-js-inlayhints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggle JS inlay hints

Quickly turn on or off all JavaScript inlay hints

Add two VS Code commands to turn on and off all JavaScript inlay hint settings.

screen recording

When toggled ON, the following is set for both javascript.inlayHints and typescript.inlayHints in a user's settings JSON:

{
	"enumMemberValues.enabled": true,
	"functionLikeReturnTypes.enabled": true,
	"parameterNames.enabled": "all",
	"parameterTypes.enabled": true,
	"propertyDeclarationTypes.enabled": true,
	"variableTypes.enabled": true,
}

OFF simply removes those settings.

About

Quickly turn on or off all JavaScript inlay hints in VS Code

https://marketplace.visualstudio.com/items?itemName=tbeseda.toggle-js-inlayhints

License:MIT License


Languages

Language:JavaScript 100.0%