mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Prototype Using Commit Characters for JS and TS Completions (#18380)
* Prototype Using Commit Characters for JS and TS Completions Part of #7326 Adds a prototype for using specific characters to complete TS/JS completion items automatically. * Tune path completion items * Disable dot commit in js files * Don't complete on / in module names
This commit is contained in:
@@ -256,11 +256,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"keybindings": {
|
||||
"key": ".",
|
||||
"command": "^acceptSelectedSuggestion",
|
||||
"when": "editorTextFocus && suggestWidgetVisible && editorLangId == 'typescript' && suggestionSupportsAcceptOnKey"
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "typescript.reloadProjects",
|
||||
|
||||
Reference in New Issue
Block a user