// Settings in here override those in "LSP-typescript/LSP-typescript.sublime-settings" { "settings": { // Javascript inlay hints options. "javascript.inlayHints.includeInlayEnumMemberValueHints": true, "javascript.inlayHints.includeInlayFunctionLikeReturnTypeHints": true, "javascript.inlayHints.includeInlayFunctionParameterTypeHints": true, "javascript.inlayHints.includeInlayParameterNameHints": "none", // none | literals | all "javascript.inlayHints.includeInlayParameterNameHintsWhenArgumentMatchesName": true, "javascript.inlayHints.includeInlayPropertyDeclarationTypeHints": true, "javascript.inlayHints.includeInlayVariableTypeHints": false, "javascript.inlayHints.includeInlayVariableTypeHintsWhenTypeMatchesName": true, // Typescript formatting options. "typescript.format.insertSpaceAfterCommaDelimiter": true, "typescript.format.insertSpaceAfterConstructor": true, "typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true, "typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true, "typescript.format.insertSpaceAfterSemicolonInForStatements": true, "typescript.format.insertSpaceAfterTypeAssertion": false, "typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true, "typescript.format.insertSpaceBeforeFunctionParenthesis": false, "typescript.format.insertSpaceBeforeTypeAnnotation": false, "typescript.format.placeOpenBraceOnNewLineForControlBlocks": false, "typescript.format.placeOpenBraceOnNewLineForFunctions": false, "typescript.format.semicolons": "ignore", // ignore | insert | remove "typescript.format.trimTrailingWhitespace": true, // Typescript inlay hints options. "typescript.inlayHints.includeInlayEnumMemberValueHints": true, "typescript.inlayHints.includeInlayFunctionLikeReturnTypeHints": true, "typescript.inlayHints.includeInlayFunctionParameterTypeHints": true, "typescript.inlayHints.includeInlayParameterNameHints": "none", // none | literals | all "typescript.inlayHints.includeInlayParameterNameHintsWhenArgumentMatchesName": true, "typescript.inlayHints.includeInlayPropertyDeclarationTypeHints": true, "typescript.inlayHints.includeInlayVariableTypeHints": false, "typescript.inlayHints.includeInlayVariableTypeHintsWhenTypeMatchesName": true, } }