command + delete 删除整行php
option + comman +enter 下面增长一行编辑器
command + D 复制出一行函数
command + / 单行注释io
control + shift + / 多行注释变量
command + B 函数追踪,同comaand + 单击搜索
control + tab 打开的文件间切换 control + shift + tab 向上切换程序
control + up/down 在打开的mac应用程序窗口之间切换command
在写好的函数上面,/** 而后回车,能够生成php doc注释,这个和一些编辑器的敲tab略有不一样项目
option + command + O 搜索项目中函数,变量或者其余的标示符注释
shift + command + o 搜索项目中的文件
command + o 搜索项目中的类文件