vs code--snippet与快速提示

vs code--snippet与快速提示_第1张图片

vs code--snippet与快速提示_第2张图片

vs code--snippet与快速提示_第3张图片

因为快速语法提示和建议冲突,所以要么禁用语法提示,要么禁用建议

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"

转载于:https://www.cnblogs.com/weloveshare/p/5767882.html

你可能感兴趣的:(开发工具)