phpstorm常用功能&快捷键(mac)

command + delete  删除整行

option + comman +enter  下面增加一行

command + D   复制出一行

command + /  单行注释

control + shift + /  多行注释

command + B  函数追踪,同comaand + 单击

control + tab  打开的文件间切换  control + shift + tab 向上切换

control + up/down  在打开的mac应用程序窗口之间切换

在写好的函数上面,/** 然后回车,可以生成php doc注释,这个和一些编辑器的敲tab略有不同

option + command + O 搜索项目中函数,变量或者其他的标示符

shift + command + o  搜索项目中的文件

command + o  搜索项目中的类文件

原文地址:https://www.cnblogs.com/wangkongming/p/6054484.html