phpStorm實戰使用

2021-08-11 07:34:54 字數 768 閱讀 6975

常用快捷鍵:

command + option + l    將**格式化

command + shift + u    切換大小寫

command + shift + + / command + shift + -     摺疊/展開所有區塊

command + e     列出最後開啟的檔案

control + tab  / control + shift + tab     切換開啟的檔案

command + /     行注釋

ctrl + shift + /      塊注釋

command + b     函式追蹤,同command +單擊

command + alt + 左右箭頭      操作動作前進/回退

shift + command + r      按檔名搜尋對應檔案所在路徑

shift + command + t      按類名搜尋對應檔案所在路徑

shift + command + c      複製當前檔案所在路徑

command + shift + o     開啟檔案

command + o          開啟類

alt + f1        定位編輯檔案所在位置:

alt + f12        開啟命令列欄

command + shift + f 全域性搜尋

使用技巧方式:

1,從版本控制系統建立專案:

cvs -> checkout from version control

PHPstorm使用技巧

phpstorm ctrl shift alt n,查詢函式 ctrl j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert 生成 選單 ctrl q 檢視 注釋 ctrl d 複製當前行 ctrl y 刪除當前行 shift f6 重新命名 ctrl shift u 字...

phpstorm使用技巧

確實很好用,不過還是要看一些方法 2,關聯doc文件 右鍵external librariese configure php include paths 3,去掉波浪線 settings editor colors fonts general typo effects 4,顯示行號 5,遠端或本地同...

phpstorm 使用技巧

快捷鍵 alt f2 在瀏覽器實時檢視編輯效果 ctrl d 將滑鼠放在目標行,快速複製目標行到下一行 ctrl o 在乙個類中尋找相應方法,直接輸入搜尋 ctrl e 開啟最近瀏覽記錄 ctrl space 開啟語法提示 ctrl y 刪除當前行或選中內容所涉及的行 ctrl r 替換 ctrl ...