摘要: 打开的文件目录下必须有一个.vscode文件夹,这里需要有两个文件:launch.json和tasks.json 其中,launch.json内容如下: { "version": "0.2.0", "configurations": [ { "name": "C++ Launch (GDB)", " 阅读全文
posted @ 2020-03-10 00:50 胖哒梦奇 阅读(3048) 评论(0) 推荐(1)
摘要: 打开设置,搜索C_Cpp: Clang_format_style 将 { BasedOnStyle: LLVM, IndentWidth: 4 } 填入即可 附常用格式化内容: #基于那个配置文件 BasedOnStyle: LLVM #指针的*的挨着哪边 PointerAlignment: Rig 阅读全文
posted @ 2020-03-08 17:12 胖哒梦奇 阅读(4423) 评论(2) 推荐(3)