局部折叠 Command+Alt+Left/Right 全局折叠 Shift+Command+Alt+Left/Right ...
所有代码折叠: ctrl alt 所有代码展开:ctrl alt 折叠某一点:ctrl 展开某一层:ctrl ...
2020-06-24 09:10 1 4452 推荐指数:
局部折叠 Command+Alt+Left/Right 全局折叠 Shift+Command+Alt+Left/Right ...
1、展开代码和折叠代码所用到的快捷键: Ctrl + M + O: 折叠所有方法 Ctrl + M + M: 折叠或者展开当前方法 Ctrl + M + L: 展开所有 ...
ctrl+K ctrl+[ 折叠本级 ctrl+K ctrl+] 取消折叠本级 ctrl+K ctrl+0 折叠全部 ctrl+K ctrl+J 取消折叠全部 ...
的快捷键和vs一样类似的功能,喜欢看代码全折叠起来快速查找用 build: command+b ...
1、折叠所有区域的快捷键:ctrl + k ctrl + 0 (这里是数字键0) 2、展开所有区域的快捷键:ctrl + j ctrl + j ...
书写完毕直接Table键补齐 可以使用乘法形式 div*4 直接补齐<div></div><div></div><div></div> 可以使用乘法形式 div*4 直接补齐 <div></div> ...
1.选中要注释的代码。 2.同时按住 Ctrl+/,被选中行被注释。 3.再次按下Ctrl+/,注释被取消。 原文摘自 http://www.tomato.cm/618.html ...
代码选中的条件下,同时按住 Ctrl+/,被选中行被注释,再次按下Ctrl+/,注释被取消 ...