5. Commenting Code Blocks: To quickly comment out a block of code, you can use the shortcut key `Ctrl + K, Ctrl + C`. To uncomment the code block, use the shortcut key `Ctrl + K, Ctrl + U`. These are the basic ways to add comments in the English version of VS Code. Rememb...
Shift + Alt + A 切换块注释 Toggle block comment 不好记,不知道A如何关联,而且还用次一级的Shift+Alt组合。虽然叫切换,但实际上设置块注释容易,但是取消就很费劲我个人不记它,用的时候去菜单找 Alt + Z 切换换行 Toggle word wrap 不好记忆,幸亏很少改变折行,真要想用了,去菜单找吧 导航Navigation Ctrl...
Ctrl+KCtrl+J展开(未折叠)所有区域Unfold(uncollapse)all regions Ctrl+KCtrl+C添加行注释 Add line comment Ctrl+KCtrl+U删除行注释 Remove line comment Ctrl+/切换行注释 Toggle line comment Shift+Alt+A切换块注释 Toggle block comment Alt+Z切换换行 Toggle word wrap 导航Navigation 代码语言:javascript 复...
Ctrl+/ 切换行注释 Toggle line comment Shift+Alt+A 切换块注释 Toggle block comment Alt+Z 切换换行 Toggle word wrap 导航 Navigation 按Press 功能Function Ctrl + T 显示所有符号 Show all Symbols Ctrl + G 转到行… Go to Line… Ctrl + P 转到文件… Go to File… Ctrl + Shift + O 转到符号...
Shift + Alt + A 切换块注释Toggle block comment Alt + Z 切换换行Toggle word wrap - 3.3.导航 Ctrl + T 显示所有符号Show all Symbols Ctrl + G 转到行.. Go to Line... Ctrl + P 转到文件... Go to File.. Ctrl + Shift+ 0 转到符号... Go to Symbol.. ...
{ "key":"ctrl+shift+/", "command": "editor.action.blockComment", "when": "editorTextFocus" }, // 定制与 sublime 相同的大小写转换快捷键,需安装 TextTransform 插件 { "key": "ctrl+k ctrl+u", "command": "uppercase", "when": "editorTextFocus" }, { "key": "ctrl+k ctrl+l", ...
Ctrl+K Ctrl+URemove line comment 移除行注释 Ctrl+/Toggle line comment 行注释开关(可用于块注释) Shift+Alt+AToggle block comment 块注释开关 调试 Ctrl+Shift+MShow Problems panel 打开问题面板 F8Go to next error or warning 跳至下一个错误/警告 ...
Shift+Alt+A切换块注释 Toggle block comment Alt+Z切换换行 Toggle word wrap 导航Navigation 按Press功能 Function Ctrl + T显示所有符号 Show all Symbols Ctrl + G转到行... Go to Line... Ctrl + P转到文件... Go to File... Ctrl + Shift + O转到符号... Go to Symbol... ...
(patch) the VS Code product in such a way that is semi-permanent (until the next update) and this can cause hard to reproduce issues. We are not trying to block VS Code patching, but we want to raise awareness that patching VS Code means you are running an unsupported version....
{ "blockComment": ["/*", "*/"] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ { "open": "{", "close": "}", "notIn": ["string", "comment"] }, { "open": "[", "close": "]", "notIn": ["string", "comment"] },...