AfterUnion: true AfterExternBlock: false # catch之前 BeforeCatch: true # else之前 BeforeElse: true # 缩进大括号 IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true # 在二元运算符前换行: None(在操作符后换行), NonAssignment(在非赋值的操作符前换行), All...
ObjCBlockIndentWidth: 4 #在ObjC的@property后添加一个空格 ObjCSpaceAfterProperty: false #在ObjC的protocol列表前添加一个空格 ObjCSpaceBeforeProtocolList: true #在call(后对函数调用换行的penalty PenaltyBreakBeforeFirstCallParameter: 19 # 在一个注释中引入换行的penalty PenaltyBreakComment: 300 # 第一次...
12、HTML Snippets 超级好用且初级的H5代码片段以及提示 13、Debug for Chrome 让vs code映射chrome的debug功能,静态页面都可以用vscode来打断点调试、配饰稍微复杂一点 14、Document this Js的注释模板 15、jQuery Code Snippets jquery提示工具 16、Html2jade html模板转pug模板 17、JS-CSS-HTML Formatter 格式化 18...
Ctrl+] / [ Indent/outdent line 在行内左右缩进; Home / End Go to beginning/end of line 光标所在行的行首(home键),行尾(end键); Ctrl+Home Go to beginning of file 把光标移动到文件头部; Ctrl+End Go to end of file 把光标移动到文件尾部; Ctrl+↑ / ↓ Scroll line up/down 按照行向上滚...
Code Runner:调试代码 indent-rainbow:缩进彩色 Path Intellisense:路径智能感知 Project Manager:项目管理 Rainbow Brackets:彩色括号 RemoteHub:远程浏览Git repo源码 Setting Sync:同步不同机子的VS Code设置 vscode-fileheader:非Python风格,得手动改 设置 用flake8静态检查代码 "python.linting.enabled": true, "pyth...
AlignAfterOpenBracket:BlockIndent # 对齐结构休数组初始化 AlignArrayOfStructures:Right # 连续赋值时,对齐所有等号 AlignConsecutiveAssignments:false # 连续设置位域时,对齐所有冒号 AlignConsecutiveBitFields:false # 连续声明时,对齐所有声明的变量名 AlignConsecutiveDeclarations:false ...
"focus.highlightRange":"line"//仅高亮当前行"focus.highlightRange":"block"//高亮以"{"和"}"包裹的代码块"focus.highlightRange":"indent"//根据索引级别高亮代码块,适合 Python"focus.highlightRange":"fixed"//高亮固定的行,行数可配置 当高亮级别设置成fixed,这个配置可以设置高亮多少行: ...
Ctrl+] / [ 缩进/缩进行 Indent/outdent line Home 转到行首 Go to beginning of line End 转到行尾 Go to end of line Ctrl+Home 转到文件开头 Go to beginning of file Ctrl+End 转到文件末尾 Go to end of file Ctrl+↑ / ↓ 向上/向下滚动行 Scroll line up/down Alt+PgUp / PgDown 向上/向...
向上/向下移动行 Move line up/downShift+Alt + / 向上/向下复制行 Copy line up/downCtrl+Shift+K删除行 Delete lineCtrl+Enter在下面插入行 Insert line belowCtrl+Shift+Enter在上面插入行 Insert line aboveCtrl+Shift+\跳到匹配的括号 Jump to matching bracketCtrl+] / [缩进/缩进行 Indent...
Code Runner:调试代码 indent-rainbow:缩进彩色 Path Intellisense:路径智能感知 Project Manager:项目管理 Rainbow Brackets:彩色括号 RemoteHub:远程浏览Git repo源码 Setting Sync:同步不同机子的VS Code设置 vscode-fileheader:非Python风格,得手动改 设置