01

在使用phpStorm进行Debug时警告,已解决

在使用phpStorm进行Debug时(phpStorm断点调试),警告提示:debug session was finished without being ……,如下图:

20190601192320

It may be caused by path mappings misconfiguration or not synchronized local and remote projects.  To figure out the problem check path mappings configuration for ‘w4.com.server’ server at PHP|Servers or enable Break at first line in PHP scripts option (from Run menu). Do not show again

Continue reading

十二 19

PhpStorm 常用快捷键

PhpStorm常用快捷键 

设置快捷键:File -> Settings -> IDE Settings -> Keymap -> 选择“Eclipse” -> 然后“Copy”一份 -> 再个性化设置(自己习惯的)快捷键

常用快捷键(keymaps:Default情况下)

Esc键编辑器(从工具窗口)
F1   帮助 千万别按,很卡!
F2(Shift+F2)  下/上高亮错误或警告快速定位
F3   向下查找关键字出现位置
F4   查找变量来源
F5   复制文件/文件夹
F6   移动
F11  切换书签
F12  返回到以前的工具窗口 Continue reading