Change which keys or characters trigger vscode aut

2020-04-27 23:42发布

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条回答
smile是对你的礼貌
2楼-- · 2020-04-28 00:04

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

查看更多
登录 后发表回答