Reduce the disk usage of VSCode
以下文件可以删除:
.vscode-server/data/User/workspaceStorage/*:几十GB.
.vscode-server:参考
.config: 可以针对每个目录找到相应的程序,比如 Chrome,然后有针对性地删除一些文件。参考这里。
.cache: 和 .config 类似处理,参考这里。
.cache/vscode-cpptools: This cache folder stores cached precompiled headers or “ipch” files that the IntelliSense engine uses to improve performance. You can limit the size of the cache by changing the setting value of C_Cpp.intelliSenseCacheSize. 参考这里:
Hot keys
- 跳转到对应大括号:
Ctrl Shift \
Debug code in VSCode
Useful plugins
Remote - SSH
: Windows 连接 Linux。前置条件:Windows 本身需要安装 ssh 命令行工具。Perforce for VS Code
: perforce 工具。intent-rainbow
: 用彩色显示缩进。C/C++
Makefile Tools
Verilog Format
All in one
c/c++ definition generator
KoroFileHeader
: 参考这里。
Useful configurations
配置文件: