vscode c++ setting

司空奕
2023-12-01
  1. 安装插件: 用微软官方的c/c++插件即可
  2. 由于我用的mac,所以发现在教程的helloworld.cpp文件中,#include <iostream> 会报错includePath, 这时需要修改.vscode/c_cpp_properties.json下的compilerPath为/usr/bin/clang++
  3. 格式化风格,默认是Visual Studio, 我更偏向Google的。 code->Preferences->Setting, 打开之后选择Extension的C++插件,修改Clang_format_fallback Style为Google

官方配置

 类似资料: