VSCode Angular Expansion:为Angular开发者量身打造的插件集合
在Visual Studio Code中,Angular开发者可以通过安装VSCode Angular Expansion来显著提升开发效率。本文将详细介绍这套插件集合及其推荐设置,帮助您快速搭建高效的开发环境。
插件简介:
推荐设置:
为了充分发挥这些插件的作用,建议将以下设置粘贴到您的VS Code工作区设置中:
{
"workbench.startupEditor": "newUntitledFile",
"files.autoSave": "onFocusChange",
"editor.fontSize": 16,
"editor.formatOnPaste": true,
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src"
},
"todohighlight.keywords": [
// ...(省略详细设置)
],
"todohighlight.defaultStyle": {
// ...(省略详细设置)
},
"todohighlight.isEnable": true,
"fileheader.Author": "Sun Rising",
"fileheader.LastModifiedBy": "Sun Rising",
"fileheader.tpl": "/**\r\n * @Author: {author} \r\n * @Date: {createTime} \r\n * @Description: \r\n */\r\n",
"workbench.iconTheme": "vscode-icons",
"update.enableWindowsBackgroundUpdates": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.formatOnSave": true,
"markdown-preview-enhanced.codeBlockTheme": "atom-dark.css",
"markdown.preview.fontFamily": "\"Microsoft YaHei\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"",
"launch": {
// ...(省略详细设置)
},
"[Batch]": {
"files.encoding": "gbk"
},
"workbench.editor.untitled.hint": "hidden",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[less]": {
"editor.defaultFormatter": "MikeBovenlander.formate"
}
}
致谢:
感谢上述插件的原作者和贡献者,他们的辛勤工作为Angular开发者提供了极大的便利。
通过安装VSCode Angular Expansion并应用推荐设置,您将拥有一个高效、舒适的Angular开发环境,显著提升开发效率和代码质量。
本站所有资源都是由网友投稿发布,或转载各大下载站, 请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则 产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:study_golang@163.com