diff --git a/.assets/cmd-panel-op.png b/.assets/cmd-panel-op.png new file mode 100644 index 0000000..b356234 Binary files /dev/null and b/.assets/cmd-panel-op.png differ diff --git a/.assets/vsc.png b/.assets/vsc.png new file mode 100644 index 0000000..eb36d52 Binary files /dev/null and b/.assets/vsc.png differ diff --git a/README.md b/README.md index 0cfe344..05f850e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ +![VSCode](./.assets/vsc.png) + # VSCode 个人默认配置 -VSCode 扩展插件安装的原则: +VSCode 通用基础配置,修改了布局 UI,加添一些辅助功能。 + +## 配置文件修改 + +- VSCode 命令面板输入 settings.json,选择**用户设置** + ![命令面板输入](./.assets/cmd-panel-op.png) +- 如果已有配置,将`{ }`内的所有条目插入到最前,并删除重复条目。 +- 如果零配置,直接复制覆盖。 + +## VSCode 扩展插件安装的原则: - 最小化,满足功能需求的同时,尽可能减少插件数量 - 常更新,保证插件的稳定可用 @@ -17,7 +28,7 @@ VSCode 扩展插件安装的原则: | Material Icon Theme | icon | 文件图标主题 | | Path Intellisense | path | 相对路径选择提示 | | Trailing Spaces | trailing | 多余空格字符高亮 | -| XML Format | xml | xml文件格式化 | +| XML Format | xml | xml 文件格式化 | | Prettier | prettier | 多种文件格式化 | | Better Comments | comments | 代码注释语义高亮 |