#常用快捷鍵
設定快捷鍵:file -> settings -> ide settings -> keymap -> 選擇「eclipse」 -> 然後「copy」乙份 -> 再個性化設定(自己習慣的)快捷鍵
快捷鍵
功能
ctrl + /
雙斜槓注釋
ctrl + shilft + /
塊注釋alt + /
**提示
ctrl + i (或 ctrl + shift + f)
格式化**
ctrl + d
刪除當前行
ctrl + e
最近開啟的檔案列表
ctrl + w
關閉正在編輯的活動視窗。
ctrl + f
搜尋、替換
ctrl + h
高階查詢
ctrl + l
定位到第幾行
ctrl + alt + ↓、ctrl + alt + ↑
複製當前行到下(上)一行中。比ctrl+c單純的複製功能要方便好用(省掉了貼上步驟),主要是用在編寫**時,需要移動**的地方。
alt + ↓、alt + ↑
移動單行(多行)**。也是比ctrl+c更好的快捷鍵。
ctrl + shift + r
根據檔名(模糊查詢)快速定位檔案(任何型別)
ctrl + shift + u
大小寫轉換
PHPStorm 快速設定 快捷鍵
在editplus中使用快捷鍵ctrl d即可插入當前日期,但在phpstorm中似乎沒有這樣的快捷鍵,那如何實現快速插入當前日期呢?其實很簡單,跟我做一遍你就會了 目標為phpstorm定義乙個 to 簡寫,實現在php注釋中插入當前日期。設定方法 ctrl shift a,輸入字串 live t...
PhpStorm 預設快捷鍵
phpstorm 是 jetbrains 公司開發的一款商業的 php 整合開發工具,phpstorm可隨時幫助使用者對其編碼進行調整,執行單元測試或者提供視覺化debug功能。常用的phpstorm快捷鍵 ctrl j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert ...
phpstorm的快捷鍵
以下是個人在使用phpstorm開發的時候需要謹記的一些快捷鍵 command shift a 重要快捷鍵 command p 開啟某個檔案 option command l 格式化 command d 多點編輯 ctrl command g 選中所有進行多點編輯 command n 生成注釋 包括...