PHPStorm8 常用快捷鍵

2021-07-11 11:34:39 字數 438 閱讀 5226

ctrl+n 查詢類

ctrl+shift+n 查詢檔案

ctrl+f 查詢字串

ctrl+shift+f 在乙個目錄裡查詢一段**(ctrl+f的公升級版)

ctrl+r 替換字串

ctrl+shift+r 在乙個目錄裡查詢一段**並替換(ctrl+r的公升級版)

alt+ ←/→ 切換**檢視,標籤切換

alt+ ↑/↓ 在方法間快速移動定位

ctrl+j 插入活動**提示

ctrl+d 複製當前行

ctrl+y 刪除當前行

shift+f6 重新命名(選中檔案)

ctrl+shift+u 字母大小寫轉換

ctrl+shift+i 檢視變數或方法定義源

ctrl+g 跳轉行

ctrl+/ 行注釋

ctrl+shift+/ 塊注釋

常用PHPstorm 快捷鍵

ctrl f 當前檔案下查詢文字 ctrl shift f 指定目錄下查詢文字 ctrl r 當前檔案下替換文字 ctrl shift r 指定目錄下替換文字 ctrl f4 關閉當前檔案 ctrl e 開啟最近關閉的檔案 ctrl j 提示 ctrl p 方法引數提示 ctrl g 跳轉至某一行 ...

phpstorm常用快捷鍵

1.shift f6 重新命名 可以很方便的重新命名方法和變數名等等。甚至檔案的重新命名,也會自動修正 include filepath 2.alt f7 也可以直接滑鼠右鍵find usages 功能,尋找乙個方法或者函式在 被呼叫 3.ctrl shift i 檢視變數初始化的值,如果是css中...

PhpStorm 常用快捷鍵

ctrl 單擊 定位到類,函式,變數的宣告位置 同ctrl b ctrl z 後退 ctrl shift z 前進 ctrl 行注釋 ctrl shift 塊注釋 ctrl f 在當前檔案中查詢字串 ctrl r 在當前檔案中查詢替換字串 ctrl shift f 在當前專案 路徑中查詢字串 這個快...