下面由phpstorm教程欄目給大家介紹mbp上的PhpStorm快捷鍵,希望對需要的朋友有所幫助!
mbp上的PhpStorm快捷鍵
記錄一下mac pro上面常用phpstorm的快捷鍵
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.)包住