Vue.js Workbox:您的终极Vue.js开发环境
Vue.js Workbox是一款专为Vue.js开发者打造的扩展包,集成了多款实用且流行的Vue.js扩展,旨在为您提供一个高效、便捷的开发环境。无论您是初学者还是经验丰富的开发者,这将是您在Vue.js开发过程中所需的最后一个扩展包。享受无缝的编码体验吧!
扩展包简介:
推荐工作区设置:
要充分利用这些扩展的功能,请将以下推荐设置粘贴到VS Code工作区设置中:
{
"eslint.enable": true,
"window.zoomLevel": 1,
"files.trimTrailingWhitespace": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"prettier.eslintIntegration": true,
"prettier.disableLanguages": [],
"eslint.autoFixOnSave": true,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.detectIndentation": true,
"editor.tabSize": 2,
"editor.formatOnPaste": false,
"editor.formatOnType": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"files.exclude": {
"**/node_modules": true,
".gitignore": true,
".eslintignore": true,
".eslintrc.js": false,
".babelrc": true,
".editorconfig": true,
".postcssrc.js": true,
".jshintrc": true,
"build": true,
"config": true
},
"eslint.validate": [
{
"autoFix": true,
"language": "javascript"
},
{
"autoFix": true,
"language": "vue"
}
],
"attrsSorter.order": ["is", "v-for", "v-if", "v-else-if", "v-else", "v-show", "v-cloak", "v-once", "v-pre", "id", "ref", "key", "slot", "v-model", "v-model.", "v-bind", "v-bind.", ":. ", "v-text", "v-text.", "v-html", "v-html.", "class", "v-on.", "@. ", "name", "data-.", "ng-.", "src", "for", "type", "href", "values", "title", "alt", "role", "aria-.", "$unknown$"]
}
Todo扩展设置:
todohighlight.isEnable
:启用/禁用此扩展todohighlight.isCaseSensitive
:关键字是否区分大小写todohighlight.toggleURI
:如果输出通道中的文件URI不可点击,设置为true以在路径和行号之间切换URI模式todohighlight.keywords
:将被高亮的注释,模式为普通字符串或转义的RegExp字符串,例如TODO:,\bTODO\b致谢:
Vue.js Workbox的创建离不开上述提到的插件,感谢原作者和贡献者们的努力。
享受开发吧!
欢迎提交更新的拉取请求。
本站所有资源都是由网友投稿发布,或转载各大下载站, 请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则 产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:study_golang@163.com