工欲善其事,必先利其器
C++
- clangd:代码补全、跳转、clang-tidy 检查,自带 clang-format
- CodeLLDB:LLVM 的调试器(类比 GDB)
- CMake
- CMake Tools
文档
- Doxygen Documentation Generator:自动生成 doxygen 注释
- PlantUML:Alt+D 直接预览 plantuml
Markdown
- Pangu Markdown:自动在中英文之间添加空格
- markdownlint
git
- Git Graph
- Git History
- Commit Message Editor:自动生成符合规范的 Commit Message
Others
- CodeSnap:漂亮的代码截图
- Compare Folders:文件夹比较
- ShellCheck