Change which keys or characters trigger vscode aut

2020-04-27 23:52发布

问题:

I am new to VSCode, love it so far, but I am having a problem changing the intellisense autocompletion trigger. In a javascript file, typing . (period, dot) or ( (parenthesis) autocompletes the suggestion. I find this extremely annoying.

I would like to make autocomplete trigger only on tab.

I've read this page: https://code.visualstudio.com/docs/editor/intellisense#_customizing-intellisense

I've searched my keybindings.json file and couldn't find a . or ( keybinding so I could turn this off.

Any help is appreciated and sorry if I'm overlooking something obvious.

回答1:

in settings.json, "editor.acceptSuggestionOnCommitCaracter": false