VSCode
插件
https://www.bilibili.com/video/BV1C7411M7Qt
推荐插件:https://mp.weixin.qq.com/s/nhnJoNfOtxmgwnFvLrRJfA
基础
Chinese 中文汉化
Auto Close Tag 自动添加闭合标签
Auto Complete Tag 自动补全标签对
Auto Rename Tag 自动修改标签对
HTML CSS Support
EditorConfig for VS Code
JavaScript (ES6) code snippets
Live Preview 预览 html
Version Lens
Vetur
Vue 3 Snippets
Vue.js Extension Pack
npm Intellisense
Xmind Viewer
Markdown Editor
增强
- Ant Design Snippets
- uniapp-snippet
- uniapp小程序扩展
- Vant Snippets
- Code Spell Checker 代码拼写检查
- CSS Peek 根据 css id 或 class 快速查看定义内容
- Import Cost 显示导入资源的大小
- Live Sass Compiler 实时编译 scss 或 sass
- Path Intellisense 路径提示
- path-alias 路径别名,帮助文件跳转
美化
- Color Highlight 给颜色值上色,直观看到颜色效果
- Dracula Official、Vuesion Theme 主题
- Better Comments
- Highlight Matching Tag 选中标签后,使成对的标签高亮
- indent-rainbow 对齐美化
- vscode-icons
效率
Bookmarks 书签
change-case 拼写转换
IntelliJ IDEA Keybindings
Project Manager 项目管理
Smart IME 中英输入法自动切换
安装软件:im-select https://gitee.com/championwang/im-select
安装插件:Smart IME【还会自动安装 IME and Cursor】
支持
shift + space
切换输入法
1
2
3
4"ime-and-cursor.ChineseIM": "com.sogou.inputmethod.sogou.pinyin",
"ime-and-cursor.EnglishIM": "com.apple.keylayout.ABC",
"ime-and-cursor.obtainIMCmd": "/usr/local/bin/im-select",
"ime-and-cursor.switchIMCmd": "/usr/local/bin/im-select {im}",Turbo Console log: 选中变量,生成输出日志代码。Pressing ctrl + alt + L (Windows) or ctrl + option + L (Mac)
SVN
Todo Tree: TODO 注释树形展示
Git History: 查看和管理 Git 历史记录
GitLens: Git 功能扩展
Git Graph: 图形化展示 Git 分支和提交历史
Partial Diff: 比较文件中选定的内容
Toggle Zen mode: 专注模式
AI
TONGYI Lingma
Tencent Cloud AI Code Assistant
iFlyCode
CodeGeek
Web服务及代理
- Live Server
1 | "liveServer.settings.port": 8080, // 默认端口 |
代码质量
- ESLint、Prettier - Code formatter、Vetur
- ESLint Chinese Rules
- Prettier ESLint
- Code Spell Checker 代码拼写检查提示
配置
1 | { |
Java&SpringBoot
基础
- Extension Pack for Java
- Spring Boot Extension Pack
- Spring Boot Dashboard
增强
- MybatisX
- Lombok Annotations Support for VS Code
代码质量
- Alibaba Java Coding Guidelines
Subversion 项目 SVN 地址变更
1 | svn switch --relocate 老地址 新地址 |