phpStorm常用快捷鍵

2022-02-06 18:53:33 字數 1768 閱讀 1814

alt+f, alt+insert 建立檔案

ctrl+j 插入活動**提示

ctrl+alt+t 當前位置插入環繞**

alt+insert 生成**選單

ctrl+q 檢視**注釋

ctrl+d 複製當前行

ctrl+y 刪除當前行

shift+f6 重新命名

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

ctrl+f 查詢

ctrl+r 替換

f4 檢視原始碼

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

ctrl+g 跳轉行

ctrl+alt+f12 跳轉至當前檔案在磁碟上的位置

alt+down 檢視下乙個方法

alt+up 檢視上乙個方法

ctrl+alt+l 重新格式化**

ctrl+shift+down statement向下移動

ctrl+shift+up statement向上移動

alt+shift+down line向下移動

alt+shift+up line向上移動

ctrl+/ 行注釋

ctrl+shift+/ 塊注釋

ctrl+shift+n 開啟工程中的檔案

ctrl+b 跳到變數申明處

ctrl+ 匹配 {}

ctrl+shift+]/[ 選中塊**....

ctrl+x 剪下行

ctrl+shift+v 複製多個文字

alt+left/right 標籤切換

ctrl+p 顯示預設引數

ctrl + alt + l 格式化**

alt + '7' 顯示當前的函式結構

ctrl + '.' 摺疊選中的**的**

ctrl + '-/+' 可以摺疊專案中的任何**塊,包括htm中的任意nodetype=3的元素,function,或物件直接量等等。它不是選中摺疊,而是自動識別摺疊

ctrl + f12 可以顯示當前檔案的結構

phpstorm註冊碼

使用者名稱:embrace

註冊碼:

***** license begin *****

11674-12042010

0000064na0kkqi8qwpbf1rebulp2js

shb1n3edl6mur9lnhpxzmtxv"zznja

dvi1nwuvh7uuz8fgwan8wejhhhtfop

***** license end *****12

3456

78使用者名稱:embrace

註冊碼:

***** license begin *****

11674-12042010

0000064na0kkqi8qwpbf1rebulp2js

shb1n3edl6mur9lnhpxzmtxv"zznja

dvi1nwuvh7uuz8fgwan8wejhhhtfop

***** license end *****

常用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 在當前專案 路徑中查詢字串 這個快...