按 Press功能 FunctionF9切换断点 Toggle breakpointF5开始/继续 Start/ContinueShift+F5停止 StopF11 / Shift+F11下一步/上一步 Step into/outF10跳过 Step overCtrl+K Ctrl+I显示悬停 Show hover集成终端 Integrated terminal 按 Press功能 FunctionCtrl+`显示集成终端 Show integrated terminalCtrl+Shift...
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...
Ctrl+Shift+` 创建新终端 Create new terminal Ctrl+Shift+C 复制选定 Copy selection Ctrl+Shift+V 粘贴到活动端子 Paste into active terminal Ctrl+↑ / ↓ 向上/向下滚动 Scroll up/down Shift+PgUp / PgDown 向上/向下滚动页面 Scroll page up/down Ctrl+Home / End 滚动到顶部/底部 Scroll to top/bott...
Ctrl+Shift+\ 跳到匹配的括号 Jump to matching bracket Ctrl+]/[缩进/缩进行 Indent/outdent line Home 转到行首 Go to beginningofline End 转到行尾 Go to endofline Ctrl+Home 转到文件开头 Go to beginningoffile Ctrl+End 转到文件末尾 Go to endoffile Ctrl+↑/↓ 向上/向下滚动行 Scroll line u...
Shift+F8Go to previous error or warning 跳至前一个错误/警告 DebugF9Toggle breakpoint 断点切换 F5Start/Continue 开始/继续 Shift+F5Stop 停止 F11 / Shift+F11Step into/out 步入/步出 F10Step over 跨步 Ctrl+K Ctrl+IShow hover Integrated terminal 显示悬浮终端 ...
Go To: jump directly to the css file or open it in a new editor (F12)//跳转到信息所在页面 Hover: show the definition in a hover over the symbol (Ctrl+hover)//鼠标覆盖显示解释信息 翻译(英汉词典) 本地77万词条英汉词典,不依赖任何在线翻译API,无查询次数限制。可翻译驼峰和下划线命名,及对整个...
Ctrl+Shift+V 粘贴到活动端子 Paste into active terminal Ctrl+↑ / ↓ 向上/向下滚动 Scroll up/down Shift+PgUp / PgDown 向上/向下滚动页面 Scroll page up/down Ctrl+Home / End 滚动到顶部/底部 Scroll to top/bottom 系统之间同步代码 1下载插件 2配置 //在.vscode下创建sftp.json 根据实际情况配置 ...
Ctrl+Shift+`创建新终端 Create new terminal Ctrl+Shift+C复制选定 Copy selection Ctrl+Shift+V粘贴到活动端子 Paste into active terminal Ctrl+↑ / ↓向上/向下滚动 Scroll up/down Shift+PgUp / PgDown向上/向下滚动页面 Scroll page up/down Ctrl+Home / End滚动到顶部/底部 Scroll to top/bottom ...
Create new terminal 创建新的终端 Ctrl+C Copy selection 复制选择 CtrI+V Paste into active terminal 粘贴到活动终端 CtrI+↑/↓ Scroll up/down 向上/向下滚动 Shift+ PgUp / PgDn Scroll page up/down 向上/向下滚动页面 Ctrl+Home / End Scroll to top/bottom ...
参考文档: How to reveal current file in Explorer? 5.12. vscode 整合 gitbash 打开用户设置: File -> Preference -> settings, 切换到 json 模式 添加如下配置到 Settings 并保存, 其中 bash.exe 的路径根据自己实际安装位置做相应替换. "terminal.integrated.profiles.windows": { "Git-Bash": { "path":...