1、C++自动生成注释工具:
Doxygen Documentation Generator

2、设置visual studio code的C++风格为google风格


搜索clang-format,然后在Clang_format_fallback_style里设置改为Google,
然后格式化的时候:
右键 --> 选择格式化

博客介绍了C++自动生成注释工具Doxygen Documentation Generator,还说明了在visual studio code中将C++风格设置为google风格的方法,即搜索clang - format,在Clang_format_fallback_style里改为Google,格式化时右键选择格式化。
1、C++自动生成注释工具:
Doxygen Documentation Generator

2、设置visual studio code的C++风格为google风格


搜索clang-format,然后在Clang_format_fallback_style里设置改为Google,
然后格式化的时候:
右键 --> 选择格式化


被折叠的 条评论
为什么被折叠?