mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
add new 'includeCompletionsWithClasMemberSnippets' option (#136045)
This commit is contained in:
committed by
GitHub
parent
85c3e01949
commit
d2aa181e66
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user