vs code编辑器
程序员文章站
2022-03-09 19:12:02
...
1、vs code配置
{
"editor.tabSize": 2,
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "vscode-icons",
// 以下为stylus配置
"stylusSupremacy.insertColons": false, // 是否插入冒号
"stylusSupremacy.insertSemicolons": false, // 是否插入分好
"stylusSupremacy.insertBraces": false, // 是否插入大括号
"stylusSupremacy.insertNewLineAroundImports": false, // import之后是否换行
"stylusSupremacy.insertNewLineAroundBlocks": false, // 两个选择器中是否换行
"vetur.format.defaultFormatter.html": "js-beautify-html",
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
},
"javascriptreact",
"html",
"vue"
],
"eslint.options": { "plugins": ["html"] },
"prettier.singleQuote": true,
"prettier.semi": false,
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"vetur.format.js.InsertSpaceBeforeFunctionParenthesis": false,
"vetur.format.defaultFormatter.js": "prettier",
// "prettier.eslintIntegration": true
}
作者:silianpan
链接:https://juejin.im/post/5ada9b586fb9a07aaf34c746
来源:掘金
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
2、插件
- Auto Close Tag
- Path Intellisense
- Prettier
- Vetur
- vscode-icons
更多专业前端知识,请上【猿2048】www.mk2048.com
推荐阅读
-
【基于EF Core的Code First模式的DotNetCore快速开发框架】完成对DB First代码生成的支持
-
ORA-00600: internal error code, arguments: [qkabix], [0], []
-
MySQL 5.6 Innodb数据页 16K vs 8K性能对比测试
-
iOS用WKWebView加载视频报错Code=204
-
几种流行的编辑器标记语言 cmswikimarkdowntextile
-
oracle数据库不需要安装客户端就能通过vs链接数据库的方法
-
在线HTML编辑器原理
-
yii2整合百度编辑器umeditor,yii2整合umeditor
-
yii2整合百度编辑器umeditor apk编辑器 apk editor pro editor文本编辑器 百度编辑器uedito
-
vs2010操作excel 需要安装office2010