vscode插件

  1. Chinese (Simplified)
  2. Live Server
  3. open in browser
  4. Prettier - Code formatter
  5. Vetur
{
    "editor.codeActionsOnSave": null,
    "editor.formatOnSave": true,
    "prettier.tabWidth": 4,
    "prettier.printWidth": 150,
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.suggest.snippetsPreventQuickSuggestions": false
}
原文地址:https://www.cnblogs.com/flyerya/p/14621562.html