記錄一下mac pro上面經常使用phpstorm的快捷鍵php
command + r 查找替換 command + e 打開最近的文件 command + d 複製當剪行 command + l 跳到某一行 command + z 向後 command + shift + z 向前 command + , 打開preferences command + shift + o 快速查詢文件(至關於sublime的Ctrl+P) command + shift + f 關鍵字查找,更強大的查詢器 command + shift + r 高級替換 command + (fn) + F12 查找當前文件函數(至關於sublime的ctrl+R) command + n 快速爲每一個成員屬性生成 getter 及 setter 方法 command + option + L 格式化代碼 option + shift + (上下箭頭)上下行快速切換 Command+alt+T 用 (if..else, try..catch, for, etc.)包住