添加配置修改方法

This commit is contained in:
Steven Hobs 2025-05-18 13:41:11 +08:00
parent 2d57f72b50
commit 5174899cde
3 changed files with 13 additions and 2 deletions

BIN
.assets/cmd-panel-op.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

BIN
.assets/vsc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -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 | 代码注释语义高亮 |