Skip to content

Instantly share code, notes, and snippets.

@krypton225
Last active February 19, 2023 12:48
Show Gist options
  • Select an option

  • Save krypton225/812985ea5886da8b72e2bfbfbebcfbce to your computer and use it in GitHub Desktop.

Select an option

Save krypton225/812985ea5886da8b72e2bfbfbebcfbce to your computer and use it in GitHub Desktop.
"javascript.inlayHints.parameterNames.enabled": "all",
"typescript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.variableTypes.enabled": true,
"typescript.inlayHints.variableTypes.enabled": true,
"editor.inlayHints.padding": true,
"editor.inlayHints.fontSize": 13,
"javascript.inlayHints.enumMemberValues.enabled": true,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.propertyDeclarationTypes.enabled": true,
"javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.inlayHints.parameterTypes.enabled": false,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"workbench.colorCustomizations": {
"editorInlayHint.foreground": "#3a3a3a",
"editorInlayHint.parameterBackground": "#272727b0",
"editorInlayHint.background": "#272727b0",
"editorInlayHint.typeForeground": "#b9b9b9f0",
"editorInlayHint.parameterForeground": "#b9b9b9f0"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment