phpstorm快捷键

快速定位错误行
shift + F2

删除当前行
ctrl + Y
复制当前行
ctrl + D

光标移到()[ ]结尾处:
ctrl + M

alt + 1 打开项目目录
alt + 2 Favirites
alt + 4 run
alt + 5 debug
alt + 6 TODO
alt + 7 structure 方法目录
alt + 9 版本控制

ctrl + alt + s: 打开设置
shift + ctrl + n: 查找文件
ctrl + n: 查找类
shift + ctrl + f: 全局搜索关键词

debug模式下:
F7 : step into
F8 : step over
shiftf + F8 : step out

鼠标左键 + ctrl + 方法名: 跳转定义处
alt + - : 返回

你可能感兴趣的:(phpstorm快捷键)