美文网首页
Mac WebStorm快捷键

Mac WebStorm快捷键

作者: 摇裤儿 | 来源:发表于2019-12-02 11:04 被阅读0次

键盘介绍

⌘——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快捷键

      本文链接:https://www.haomeiwen.com/subject/fbpxgctx.html