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:
Matt Bierner
2017-01-12 15:21:46 -08:00
committed by GitHub
parent 0f2c51fc22
commit d9d41f7cd0
2 changed files with 43 additions and 18 deletions

View File

@@ -256,11 +256,6 @@
}
}
},
"keybindings": {
"key": ".",
"command": "^acceptSelectedSuggestion",
"when": "editorTextFocus && suggestWidgetVisible && editorLangId == 'typescript' && suggestionSupportsAcceptOnKey"
},
"commands": [
{
"command": "typescript.reloadProjects",