下面由phpstorm教程欄目給大家介紹mbp上的PhpStorm快捷鍵,希望對(duì)需要的朋友有所幫助!
mbp上的PhpStorm快捷鍵
記錄一下mac pro上面常用phpstorm的快捷鍵
command + r 查找替換 command + e 打開最近的文件 command + d 復(fù)制當(dāng)剪行 command + l 跳到某一行 command + z 向后 command + shift + z 向前 command + , 打開preferences command + shift + o 快速查詢文件(相當(dāng)于sublime的Ctrl+P) command + shift + f 關(guān)鍵字查找,更強(qiáng)大的查詢器 command + shift + r 高級(jí)替換 command + (fn) + F12 查找當(dāng)前文件函數(shù)(相當(dāng)于sublime的ctrl+R) command + n 快速為每個(gè)成員屬性生成 getter 及 setter 方法 command + option + L 格式化代碼 option + shift + (上下箭頭)上下行快速切換 Command+alt+T 用 (if..else, try..catch, for, etc.)包住