【VSCODE】使用技巧

C/C++格式化:

复制代码
{
  BasedOnStyle: LLVM,
  IndentWidth: 4,
  ColumnLimit: 200,

  BreakBeforeBraces: Attach,

  AlignConsecutiveMacros: AcrossEmptyLinesAndComments,
  AlignTrailingComments: true,
  AlignConsecutiveAssignments: false,
  AlignConsecutiveDeclarations: false,

  AllowShortFunctionsOnASingleLine: None,
  AllowShortIfStatementsOnASingleLine: WithoutElse,
  AllowShortLoopsOnASingleLine: true,

  BreakStringLiterals: false,
  ReflowComments: false,
  BinPackArguments: true,
  BinPackParameters: true,
}
相关推荐
W_326008 小时前
VSCode 进阶
c语言·vscode
洛兮银儿15 小时前
VScode注释快捷键的修改
ide·vscode·编辑器
小肝一下21 小时前
多态(上)
android·开发语言·c++·vscode·多态·面向对象·伊蕾娜
2501_915921431 天前
iOS开发环境搭建详解 Xcode 配置与快蝎轻量级工具选择
ide·vscode·macos·ios·个人开发·xcode·敏捷流程
wardenlzr2 天前
VSCode 运行 Live Server 提示「Windows 找不到文件 Chrome」问题全解析
chrome·windows·vscode
程序员more2 天前
我用 AI,20 分钟做了一个 VSCode 股票摸鱼插件
人工智能·vscode
减瓦2 天前
告别Postman——用VSCode优雅地发起Http请求
vscode·http·postman
csdn2015_2 天前
vscode从gitlab拉项目到本地
vscode·gitlab
shmily麻瓜小菜鸡3 天前
浏览器在请求外部图片(403 Forbidden)问题
vue.js·vscode·echarts·angular.js
Yolanda_20224 天前
在vscode终端中可使用pip,但是cmd终端中找不到命令 pip问题的解决
vscode·python·conda·pip