使用UI 或者 JOSN 设置高亮级别: "focus.highlightRange":"line"//仅高亮当前行"focus.highlightRange":"block"//高亮以"{"和"}"包裹的代码块"focus.highlightRange":"indent"//根据索引级别高亮代码块,适合Python"focus.highlightRange":"fixed"//高亮固定的行,行数可配置 当高亮级别设置成fixed,这个配置可...
# 使用ObjC块时缩进宽度 ObjCBlockIndentWidth: 8 #在ObjC的@property后添加一个空格 ObjCSpaceAfterProperty: false #在ObjC的protocol列表前添加一个空格 ObjCSpaceBeforeProtocolList: true #在call(后对函数调用换行的penalty PenaltyBreakBeforeFirstCallParameter: 19 # 在一个注释中引入换行的penalty PenaltyBre...
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 按照行向上滚...
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+Shift+K删除行 Delete line Ctrl+Enter在下面插入行 Insert line below Ctrl+Shift+Enter在上面插入行 Insert line above Ctrl+Shift+\跳到匹配的括号 Jump to matching bracket Ctrl+] / [缩进/缩进行 Indent/outdent line Home转到行首 Go to beginning of line ...
AfterExternBlock: true BeforeCatch: true BeforeElse: true BeforeLambdaBody: false BeforeWhile: false IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBinaryOperators: None BreakBeforeConceptDeclarations: true ...
本文主要是VS Code常用快捷键总结:1主命令框 F1或Ctrl+Shift+P(命令版) :打开命令面板。在打开...
ObjCBlockIndentWidth: 4 #在ObjC的@property后添加一个空格 ObjCSpaceAfterProperty: false #在ObjC的protocol列表前添加一个空格 ObjCSpaceBeforeProtocolList: true #在call(后对函数调用换行的penalty PenaltyBreakBeforeFirstCallParameter: 19 # 在一个注释中引入换行的penalty ...
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 ...
Code Runner:调试代码 indent-rainbow:缩进彩色 Path Intellisense:路径智能感知 Project Manager:项目管理 Rainbow Brackets:彩色括号 RemoteHub:远程浏览Git repo源码 Setting Sync:同步不同机子的VS Code设置 vscode-fileheader:非Python风格,得手动改 设置