Config Inlay Hints #5
duynghiadev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
// here is my Inlay Hints config. Everyone can refer
// JavaScript
"javascript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.parameterTypes.enabled": false,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.enumMemberValues.enabled": true,
// TypeScript
"typescript.inlayHints.parameterNames.enabled": "all",
"typescript.inlayHints.parameterTypes.enabled": false,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
// Font Family
"editor.inlayHints.fontFamily": "Fira Code",
"editor.inlayHints.padding": true,
"editor.inlayHints.fontSize": 13,
"workbench.colorCustomizations": {
"editorInlayHint.foreground": "#ffffff",
"editorInlayHint.background": "#3b3f47",
},
Beta Was this translation helpful? Give feedback.
All reactions