mbp上的PhpStorm快捷键

记录一下mac pro上面常用phpstorm的快捷键

command + r 查找替换
command + e 打开最近的文件
command + d 复制当剪行
command + l 跳到某一行
command + z 向后
command + shift + z  向前
command + , 打开preferences
command + shift + o 快速查询文件(相当于sublime的Ctrl+P)
command + shift + f 关键字查找,更强大的查询器
command + shift + r 高级替换
command + (fn) + F12 查找当前文件函数(相当于sublime的ctrl+R)
command + n 快速为每个成员属性生成 getter 及 setter 方法
command + option + L 格式化代码
option + shift + (上下箭头)上下行快速切换
Command+alt+T 用 (if..else, try..catch, for, etc.)包住

相关推荐