mac電腦phpstorm快捷鍵
cornerstone無法檢視log解決辦法
cornerstone無法檢視log解決辦法
command + o 按類名查詢檔案
command + shift + o 按檔名查詢檔案
command + a 全選
command + c 複製
command + v 貼上
command + z 撤消
fn+command+f2 檢視類結構
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+ ↑/↓ 在方法間快速移動定位
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 在當前類檔案裡快速查詢方法
mac基本按鍵解釋:
⌘——command
⌃ ——control
⌥——option/alt
⇧——shift
⇪——caps lockfn——功能鍵就是fn
編輯功能
command+alt+t 用 (if…else, try…catch, for, etc.)包住
command+/ 注釋/取消注釋的行注釋
command+alt+/ 注釋/取消注釋與塊注釋
alt+↑ 向上選取**塊
alt+↓ 向下選取**塊
command+alt+l 格式化**
tab,shift+tab 調整縮排
control+alt+i 快速調整縮排
command+c 複製
command+x 剪下
command+v 貼上
command+shift+v 從剪貼簿裡選擇貼上
command+d 複製**副本
command+delete 刪除當前行
control+shift+j 清除縮排變成單行 shift+回車 快速換行
command+回車 換行游標還在原先位置
command+shift+u 大小寫轉換
command+shift+[,command+shift+] 檔案選項卡快速切換
command+加號,command+減號 收縮**塊
command+shift+加號,command+shift+減號 收縮整個文件的**塊
command+w 關閉當前檔案選項卡
alt+單擊 游標在多處定位
control+shift+j 把下面行的縮排收上來 shift + f6 高階修改,可快速修改游標所在的標籤、變數、函式等
alt+/ **補全
快捷除錯
control+alt+r 執行專案
command+control+r 執行debug
command+f8 新增斷點
command+shift+f8 開啟斷點列表
定點導航
command+o 跳轉到某個類
command+shift+o 跳轉到某個檔案
command+alt+o 跳轉到某個符號
control+←,control+→ 轉到上/下乙個編輯器選項卡
f12 開啟之前開啟的工具視窗(todo、終端等)
command+l 跳轉行
command+e 彈出最近檔案
command+alt+←,command+alt+→ 向前向後導航到**塊交接處(一般是空行處)
command+shift+delete 導航到上乙個編輯位置的位置
command+b 跳轉到變數宣告處
control+j 獲取變數相關資訊(型別、注釋等,注釋是拿上一行的注釋)
command+y 小浮窗顯示變數宣告時的行
command+[,command+] 游標現在的位置和之前的位置切換
command+f12 檔案結構彈出式選單
alt+h 類的層次結構
f2,shift+f2 切換到上\下乙個突出錯誤的位置
command+↑ 跳轉到導航欄
f3 新增書籤
alt+f3 新增帶助記的書籤
alt+1,alt+2… 切換到相應助記的書籤位置
command+f3 開啟書籤列表
vcs/本地歷史記錄
control+v 開啟vst小浮窗
command+k 提交專案
command+t 更新專案
alt+shift+c 開啟最近修改列表
搜尋和替換
command+f 搜尋
command+r 替換
command+g 查詢下乙個
command+shift+g 查詢下乙個
command+shift+f 按路徑搜尋
command+shift+r 按路徑替換
選中文字的搜尋
command+f7 向宣告的地方搜尋並選中
command+shift+f7 開啟搜尋框進行搜尋
command+alt+f7 開啟小浮窗顯示搜尋列表
對專案檔案的操作(重構)
f5 複製檔案到某個目錄
f6 移動檔案到某個目錄
command+delete 安全刪除 shift+f6 重新命名
全域性快捷
雙擊shift 彈出小浮窗搜尋所有
command+~切換專案 command+shift+~ 反向切換專案 (在開啟的不同專案中切換)
command+shift+a 整個工程的查詢操作
command+1,command+2… 開啟各種工具視窗
alt+shift+f 把檔案新增到收藏夾
alt+shift+i 開啟專案描述
alt+~ 快速切換當前計畫
command+, 設定編輯器
control+tab 選項卡和工具視窗之間進行切換
alert+回車 顯示npm版本公升級列表
ps:本篇文章**他人,僅供自己學習
Windows快捷鍵大全
windows快捷鍵大全 一 常見用法 f1 顯示當前程式或者windows的幫助內容。f2 當你選中乙個檔案的話,這意味著 重新命名 f3 當你在桌面上的時候是開啟 查詢 所有檔案 對話方塊 f10或alt 啟用當前程式的選單欄 windows鍵或ctrl esc 開啟開始選單 ctrl alt ...
Xcode快捷鍵大全!
一.常用快捷鍵 1.xcode部分 win n 新建檔案 win shift n 新建工程 win o 開啟工程或檔案 win s 儲存 win shift s 另存為 win z 撤銷一步 win w 關閉工程 win q 推出xcode win b 編譯專案 win r 編譯並執行 win sh...
VC快捷鍵大全
vc快捷鍵大全 f1 幫助 alt 0 workspace window alt 2 output window alt 3 watch window alt 4 variables window alt 5 registers window alt 6 memory window alt 7 ca...