phpstorm快捷键
2019-07-03 本文已影响0人
句小芒
在开发过程中,掌握快捷键可以极大的加快开发效率。(mac系统)
command + option +l 代码格式化
control + shift + f 全文搜索
option + command + O 搜索项目中函数,变量或者其他的标示符
shift + command + o 搜索项目中的文件
command + o 搜索项目中的类文件
command + / 单行注释
control + shift + / 多行注释
command + B 函数追踪,同command + 单击
command + delete 删除整行
option + comman +enter 下面增加一行
command + D 复制出一行
control + tab 打开的文件间切换 control + shift + tab 向上切换
control + up/down 在打开的mac应用程序窗口之间切换
在写好的函数上面,/** 然后回车,可以生成php doc注释,这个和一些编辑器的敲tab略有不同