萬盛學電腦網

 萬盛學電腦網 >> 網絡編程 >> php編程 >> PHP IDE phpstorm 常用快捷鍵

PHP IDE phpstorm 常用快捷鍵

   這篇文章主要介紹了PHP IDE phpstorm 常用快捷鍵,本文分別列出了mac系統和Windows系統下的phpstorm快捷鍵,需要的朋友可以參考下

  一、mac電腦phpstorm快捷鍵

  command + a 全選

  command + c 復制

  command + v 粘貼

  command + z 撤消

  command + k 代碼搜索

  command + l 輸入行號跳到某一行

  command + o 查看一個類的結構

  command + / 單行注釋

  command + e 列出最後打開的文件

  ctrl + shift + / 塊注釋

  shift + command + x

  shift + command + r 按文件名搜索對應文件所在路徑

  shift + command + t 按類名搜索對應文件所在路徑

  shift + command + c 復制當前文件所在路徑

  選中左側的文件名 shift + f6(mac需要同時按住鍵) 進行文件重命名

  二、windows下phpstorm的快捷鍵

  ctrl+shift+n查找文件

  ctrl+shift+f 在一個目錄裡查找一段代碼(ctrl+f的升級版)

  ctr+shift+r 在一個目錄裡查找一段代碼並替換(ctrl+r的升級版)

  CTRL+ALT ←/→ 返回上次編輯的位置

  ALT+ ←/→ 切換代碼視圖,標簽切換

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

  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+downstatement向下移動

  ctrl+shift+upstatement向上移動

  alt+shift+downline向下移動

  alt+shift+upline向上移動

  ctrl+/行注釋

  ctrl+shift+/塊注釋

  ctrl+shift+n打開工程中的文件

  ctrl+b跳到變量申明處

  ctrl+[]匹配 {}[]

  ctrl+shift+]/[選中塊代碼

  ctrl+x剪切行

  ctrl+shift+v復制多個文本

  alt+left/right標簽切換

  ctrl+p顯示默認參數

  ctrl+F12在當前類文件裡快速查找方法

  ————————————————————–

  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 在當前類文件裡快速查找方法

copyright © 萬盛學電腦網 all rights reserved