VSCode自用设置项

源文件

{
  "editor.fontLigatures": true,
  "editor.cursorBlinking": "phase",
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.mouseWheelZoom": true,
  "editor.renderWhitespace": "boundary",
  "editor.smoothScrolling": true,
  "editor.wordWrap": "on",
  "terminal.integrated.smoothScrolling": true,
  "workbench.list.smoothScrolling": true,
  "workbench.editor.wrapTabs": true,
  "C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: Chromium, IndentWidth: 4}",
}

各项目介绍

"editor.fontLigatures": true:启用字体连字特性。

"editor.cursorBlinking": "phase":设置文本光标闪烁动画为渐变闪烁。

"editor.cursorSmoothCaretAnimation": "on":设置文本光标平滑移动动画。

"editor.mouseWheelZoom": true:启用Ctrl+滚轮缩放编辑器字体大小。

"editor.renderWhitespace": "boundary":将编辑器中的空格渲染为·,并隐藏字词之间的单个空格。

"editor.smoothScrolling": true:启用编辑器平滑滚动动画。

"editor.wordWrap": "on":打开编辑器自动换行。

"terminal.integrated.smoothScrolling": true:启用终端平滑滚动动画。

"workbench.list.smoothScrolling": true:启用工作台平滑滚动动画。

"workbench.editor.wrapTabs": true:启用编辑器标签页自动换行,代替打开的标签页过多时标签页水平滚动的行为。

"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: Chromium, IndentWidth: 4}":设置VS Code的C/C++插件(ms-vscode.cpptools)的格式化方式与其他语言一致。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值