F11 / Shift+F11 下一步/上一步 Step into/out F10 跳过Step over Ctrl+K Ctrl+I 显示悬停 Show hover 集成终端 Integrated terminal 按Press 功能Function Ctrl+` 显示集成终端 Show integrated terminal Ctrl+Shift+` 创建新终端 Create new terminal Ctrl+Shift+C 复制选定 Copy selection Ctrl+Shift+V 粘贴...
Ctrl+Shift+Alt+ (arrow key) Column (box) selection 按住shift+alt+ctrl三个键,通过箭头键选择块; Ctrl+Shift+Alt+PgUp/PgDn Column (box) selection page up/down 同上,这个方法选择更快; Rich languages editing - 多语言编辑 Ctrl+Space, Ctrl+I Trigger suggestion 触发器建议; Ctrl+Shift+Space Trigger...
Shift+F5停止 StopF11/Shift+F11下一步/上一步 Step into/outF10跳过 Step over Ctrl+KCtrl+I显示悬停 Show hover 集成终端 Integrated terminal 按Press 功能 Function Ctrl+`显示集成终端 Show integrated terminal Ctrl+Shift+`创建新终端 CreatenewterminalCtrl+Shift+C复制选定 Copy selection Ctrl+Shift+V粘贴...
Ctrl+Shift+LSelect all occurrences of current selection 为当前选中所有匹配添加光标 Ctrl+F2Select all occurrences of current word 本质是固定匹配模式,全词区分大小写,为匹配添加光标,好像有bug。有需要切换匹配模式用Ctrl+Shift+L Shift+Alt+→Expand selection 扩展选区 Shift+Alt+←Shrink selection 收缩选区 ...
下一步/上一步 Step into/out F10 跳过Step over Ctrl+K Ctrl+I 显示悬停 Show hover 集成终端 Integrated terminal 按Press 功能Function Ctrl+` 显示集成终端 Show integrated terminal Ctrl+Shift+` 创建新终端 Create new terminal Ctrl+Shift+C 复制选定 Copy selection Ctrl+Shift+V 粘贴到活动端子 Paste ...
Selectively comment out potentially long running operations (such asnvmif you find that). Save and fully restart VS Code. Continue commenting out operations until the error disappears. Note: Whilenvmis a powerful and useful Node.js package manager, it can cause slow shell startup times, if bei...
Press Ctrl + / to comment out all lines in selected code cells (add # to the beginning of each line. No action for Markdown cells if also selected) Press Ctrl + / again to uncomment (remove # in the beginning of each line in selected code cells. If no # then do nothing to that...
selectionShift + Alt + ←缩小选择 Shrink selectionShift + Alt + (拖动鼠标)列(框)选择 Column (box) selectionCtrl + Shift + Alt +(箭头键)列(框)选择 Column (box) selectionCtrl + Shift + Alt + PgUp / PgDown列(框)选择页上/下 Column (box) selection page up/down丰富的语言编辑 Rich ...
vscode.window.showErrorMessage('Invalid selection. Please select a valid heading.'); return; } const currentLevel = match[1].length; const newLevel = Math.max(1, currentLevel - 1); const newText = '#'.repeat(newLevel) + ' ' + match[2]; ...
文件比较界的大拿肯定是Beyond Compare了,但是它是收费的!那么Partial Diff这款神奇的插件就成为了良好的替代品,选中一代码,右键Select Text for Compare,选中另外一部分代码,右键Compare Text with Previous Selection即可。 Postcode Postman都听说过吧,这个插件就基本上可以理解为,在vscode里面使用postman。