phpstorm 快捷鍵的使用

2021-07-31 16:06:13 字數 1411 閱讀 5049

user name:newasp

01.license key:

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

14617-12042010

00001xrvkhnpum!bd!vytgydcusnqt

mm!hzwogg"dprwxzcbwsy8t91o7mru

nvhtrbzv8o9mmolvtijchsse7i5jr!

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

02.license key:

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

47908-12042010

00001vfpih4m8qwqbyoigsh0ivkoe1

0u10f0tflotzhpdvto9fhbrl8s2swi

jcgowg5ap5fjffwdqnaa48kbhrik50

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

phpstorm快捷鍵:

// ctrl+shift+n 查詢檔案

// 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+f12 在當前類檔案裡快速查詢方法

phpstorm的快捷鍵

以下是個人在使用phpstorm開發的時候需要謹記的一些快捷鍵 command shift a 重要快捷鍵 command p 開啟某個檔案 option command l 格式化 command d 多點編輯 ctrl command g 選中所有進行多點編輯 command n 生成注釋 包括...

phpstorm的快捷鍵

以下是個人在使用phpstorm開發的時候需要謹記的一些快捷鍵 command shift a 重要快捷鍵 command p 開啟某個檔案 option command l 格式化 command d 多點編輯 ctrl command g 選中所有進行多點編輯 command n 生成注釋 包括...

PhpStorm 預設快捷鍵

phpstorm 是 jetbrains 公司開發的一款商業的 php 整合開發工具,phpstorm可隨時幫助使用者對其編碼進行調整,執行單元測試或者提供視覺化debug功能。常用的phpstorm快捷鍵 ctrl j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert ...