Mac Webstorm 快捷键

1. Command+alt+T

  用(if..else, try..catch, for, etc.)包住

2. Command+/

   注释/取消注释的行注释

3. Command+alt+/

  注释/取消注释与块注释

4. Command+alt+L

  格式化代码

5. tab, shift+tab

   调整缩进

6. Command+delete

  删除当前行

7. Control+Shift+J 

  清除缩进变成单行

8. shift+enter

  快速换行

9. Command+enter

  换行光标还在原先位置

10. Command+shift+U 

  大小写转换

11.alt+单击

  光标在多处定位

连接:http://www.tuicool.com/articles/qAbiyqF

原文地址:https://www.cnblogs.com/noper/p/6489134.html