因为快速语法提示和建议冲突,所以要么禁用语法提示,要么禁用建议
Note that quick suggestions and Tab completion might interfere because the suggestions widget also reacts to Tab.
Either disable quick suggestions:
"editor.quickSuggestions": false
or remove snippets from the suggest widget:
"editor.snippetSuggestions": "none"