vs code–snippet与快速提示

  • Post author:
  • Post category:其他


679411-20160813134702687-235600504.png

679411-20160813134708718-1363071394.png

679411-20160813134713562-2027288381.png

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

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