Ctrl+Shift+\ Jump to matching bracket 跳转到匹配的括号,括号多了难免混淆,用这个来检查; Ctrl+] / [ Indent/outdent line 在行内左右缩进; Home / End Go to beginning/end of line 光标所在行的行首(home键),行尾(end键); Ctrl+Home Go to beginning of file 把光标移动到文件头部; Ctrl+End Go...
24. Bracket matching - 括号匹配 25. Auto save - 自动保存 26. Version control -版本控制 27. Commit - 提交 28. Pull - 拉取 29. Push - 推送 30. Branch - 分支 31. Merging - 合并 32. Fork - 分叉 33. Clone - 克隆 34. Stash - 暂存 35. Cherry pick - 选择特定提交进行合并 36. Re...
Ctrl+Shift+Enter 在上面插入行 Insert line above Ctrl+Shift+\ 跳到匹配的括号 Jump to matching bracket 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 转到文件末尾...
1. Visual Studio Code(VS Code) 是一个运行于 Mac OS X、Windows和 Linux 之上的,针对于编写现代 Web 和云应用的跨平台源代码编辑器。 该编辑器也集成了所有一款现代编辑器所应该具备的特性,包括语法高亮(syntax high lighting),可定制的热键绑定(customizable keyboard bindings),括号匹配(bracket matching)以及...
Ctrl+Shift+\ 跳到匹配的括号 Jump to matching bracket 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+↑ / ↓ 向上/向下...
该编辑器也集成了所有一款现代编辑器所应该具备的特性,包括语法高亮(syntaxhigh lighting),可定制的热键绑定(customizablekeyboard bindings),括号匹配(bracketmatching)以及代码片段收集(snippets)。Somasegar也告诉笔者这款编辑器也拥有对Git 的开箱即用的支持。
Ctrl+Shift+\ 跳到匹配的括号 Jump to matching bracket 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+↑ / ↓ 向上/向下...
(empty selection)Alt+ / 向上/向下移动行 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...
⌘C (^)Copy line (empty selection) ⌥↓ / ⌥↑ (^)Move line down/up ⇧⌥↓ / ⇧⌥↑ (^)Copy line down/up ⇧⌘K (^)Delete line ⌘Enter / ⇧⌘Enter (^)Insert line below/above ⇧⌘\ (^)Jump to matching bracket ...
bindings),括号匹配(bracketmatching)以及代码片段收集(snippets)。Somasegar也告诉笔者这款编辑器也拥有对Git 的开箱即用的支持。 下面我们主要讲解VSCode的C/C++环境搭建流程,如下所示: 一.搭建C/C++ 在搭建环境之前,我们必须安装VSCode,该软件的下载地址为: ...