add new 'includeCompletionsWithClasMemberSnippets' option (#136045)

This commit is contained in:
Gabriela Araujo Britto
2021-10-28 14:07:11 -07:00
committed by GitHub
parent 85c3e01949
commit d2aa181e66
3 changed files with 9 additions and 1 deletions

View File

@@ -183,5 +183,6 @@
"codeActions.refactor.rewrite.property.generateAccessors.title": "Generate accessors",
"codeActions.refactor.rewrite.property.generateAccessors.description": "Generate 'get' and 'set' accessors",
"codeActions.source.organizeImports.title": "Organize imports",
"typescript.findAllFileReferences": "Find File References"
"typescript.findAllFileReferences": "Find File References",
"configuration.suggest.includeCompletionsWithClassMemberSnippets": "Enable/disable snippet completions for class members. Requires using TypeScript 4.5+ in the workspace"
}