Mac WebStorm快捷键

键盘介绍

⌘——Command

⌃ ——Control

⌥——alt(option)

⇧——Shift

⇪——Caps Lock

fn——功能键就是fn

编辑


Command+alt+T 用 (if..else, try..catch, for, etc.)包住

Command+/ 注释/取消注释的行注释

Command+alt+/ 注释/取消注释与块注释

Command+alt+L 格式化代码

tab, shift+tab 调整缩进

shift+回车 快速换行

alt+/ 代码补全

导航


Command+O 跳转到某个类

Command+shift+O 跳转到某个文件

Command+E 弹出最近文件

搜索和替换

Command+F 搜索

Command+R 替换

Command+G 查找下一个

Command+shift+G 查找下一个

对项目文件的操作

Command+delete 安全删除

shift+F6 重命名

你可能感兴趣的:(Mac WebStorm快捷键)