{ "key": "ctrl+shift+k", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorFocus" }, // ctrl+shift+/多行注释 { "key":"ctrl+shift+/", "command": "editor.action.blockComment", "when": "editorTextFocus" }, // 定制与 sublime 相同的大小写转换快捷键,需安装 ...
"editor.foreground":"#000000", "editor.findMatchBackground":"#ffff00", "editor.findMatchHighlightBackground":"#ffff00", "editor.lineHighlightBackground":"#c0c0c0", "editor.selectionBackground":"#b0b0b0", "editor.selectionHighlightBackground":"#dfdfdf", "editor.rangeHighlightBackground":"...
editor.findMatchBackground 当前搜索匹配项的颜色 editor.findMatchHighlightBackground 其他搜索匹配项的颜色 15 editor.lineHighlightBackground 光标所在行高亮文本的背景颜色 editor.selectionBackground 编辑器所选内容的颜色 editor.selectionHighlightBackground 与所选内容具有相同内容的区域颜色 editor.rangeHighlightBa...
The extension aliases various Nvim tab commands (:tabedit, :tabnew, :tabfind, :tabclose, :tabnext, :tabprevious, :tabfirst, :tablast) to equivalent vscode commands. Also their normal-mode equivalents (where applicable) such as gt, etc. Buffer/window management See vscode-window-commands.vi...
| 按键组合 | 操作 | | s | Search character | | f | Find character forwards | | F | Find character backwards | | t/T | 能够向前/向后快速到达可见范围内的某字符()的位置。 | | w/b | 向前/向后到达可见范围内任何单词的开头。 | | e/ge | 向前/向后到达可见范围内任何单词的结尾。
"editor.findMatchBackground": "#FFB86C80", "editor.findMatchHighlightBackground": "#FFFFFF40", "editor.findRangeHighlightBackground": "#44475A75", "editor.hoverHighlightBackground": "#8BE9FD50", "editor.lineHighlightBorder": "#44475A", "editorLink.activeForeground": "#97e1f1", "ed...
"editor.find.globalFindClipboard": false, // 控制搜索是否在找不到更多匹配时从开始(或结束)自动重新启动。 "editor.find.loop": true, // 控制FindWidget中的搜索字符串是否从编辑器选择中播种。 "editor.find.seedSearchStringFromSelection": true, // 控制编辑器是否启用了代码折叠。 "editor.folding": ...
//光标颜色 "editor.findMatchBackground": "#96e285", //当前选中的搜索词的颜色 "editor.findMatchHighlightBackground": "#fff453", //相同匹配词的颜色 "editorBracketMatch.background":"#fff453", //括号背景 //行号所在区域 "editorLineNumber.foreground": "#999999b4", //行号颜色 "editorLineNum...
下载(Downloads) Download VS Code - Quickly find the appropriate install for your platform (Windows, OS X and Linux). 下载VSCODE - 快速找到合适你平台的安装程序 (Windows,Mac OS X和Linux )。 隐私 (Privacy ) By default, VS Code auto-updates to new versions, and collects usage data and ...
#根据名字查找symbol,也可以Ctrl+T 常用快捷键 编辑器与窗口管理 同时打开多个窗口(查看多个项目) 打开一个新窗口:Ctrl+Shift+N 关闭窗口:Ctrl+Shift+W 同时打开多个编辑器(查看多个文件) 新建文件Ctrl+N 文件之间切换Ctrl+Tab 切出一个新的编辑器(最多3个)Ctrl+\,也可以按住Ctrl鼠标点击Explorer里的文件名 ...