Mac PHPStorm快捷鍵總結

2022-03-22 17:18:02 字數 1310 閱讀 4701

全域性搜尋(command + shift + f)

顯示類中的方法 (command + 7)

函式追蹤 (command +滑鼠點選)

單行注釋/取消(command + /)

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

列出開啟的檔案(command + e)

刪除當前行(command + x)

複製當前行(command + d)

跳到變數申明處(command + b)

格式化**(command + option + l)

關閉當前視窗 (command + w)

專案重新整理 (command + option + y)

多行注釋(command + option + /)

查詢//@todo標籤(command + 6)

列出左側檔案(command + 1)

切換大小寫(command + shift + u)

複製(command + c)

貼上(command + v)

撤銷(command + z)

顯示行號

換膚

ide settings->editor->colors & fonts 下拉框選擇即可。

設定字型大小

ide settings->editor->colors & fonts->font 設定即可。

配置檔案頭預設注釋

ide settings->editor->file and code templates->php file header。

設定注釋不頂格

ide settings->editor->code style->php 去掉勾 line comment at first column。

去掉右上角遊覽器

ide settings->tools ->webbrowsers  去掉選中即可。

phpstorm + codesniffer

設定

ide settings->languages & frameworks->php->codesniffer-> 配置即可。

選擇編碼規範

ide settings->editor->inspections->php->php code sniffer validation(打鉤) ->coding standard 選擇規範(pear)

IntelliJ Idea 常用快捷鍵列表總結

intellij idea 常用快捷鍵列表 alt 回車 匯入包,自動修正 ctrl n 查詢類 ctrl shift n 查詢檔案 ctrl alt l 格式化 ctrl alt o 優化匯入的類和包 alt insert 生成 如get,set方法,建構函式等 ctrl e或者alt shift...

mac快捷鍵 xcode快捷鍵

快捷鍵圖示 com w關閉當前頁面 ctrl com com tab 切換程式 com option確定進入程式 option com 0開啟右邊使用工具欄 command option esc 開啟強制退出視窗 com option esc開啟強制退出 com 0 開啟導航器 com shift ...

idea快捷鍵 Alt Shift 快捷鍵

alt shift n 選擇 新增 task 必備 alt shift f 顯示新增到收藏夾彈出層 新增到收藏夾 alt shift c 檢視最近操作專案的變化情況列表 alt shift i 檢視專案當前檔案 alt shift f7在 debug 模式下,下一步,進入當前方法體內,如果方法體還有...