IntelliJ IDEA 使用技巧(待補充)

2021-08-21 22:08:47 字數 983 閱讀 4806

視窗切換:ctrl + alt + [ / ]

檔案切換:alt + -> / <-

關閉檔案:ctrl + f4

最近修改檔案: ctrl + tab + e

最近瀏覽檔案: ctrl + e

回到上次編輯的地方 last edit location: ctrl + shift + backspace

回到上次瀏覽的地方 back/forward: ctrl + alt + ->/<-

利用書籤跳**

bookmarks:f11

bookmarks mnemonic: ctrl + f11

show bookmarks: shift + f11

書籤跳**ctrl + 1(n)

收藏(類或方法):shift + alt + f

emacsideas 跳**shift + j(這個是自己設的) 然後按要找單詞的首字母,如p,然後選擇

編輯區和檔案去的跳轉,從編輯區到檔案區:alt + 1(n)

從檔案去到編輯區:esc

搜尋類:ctrl + alt + n(ctrl + n 已被vim占用)

搜尋檔案: ctrl + shift + n

搜尋符號(方法和屬性):ctrl + shift + alt + n

搜尋字串: ctrl + shift + f

match case :區分大小寫

words:搜尋的字串是乙個單詞

regex:按照正規表示式搜尋

file mask:指定檔案型別

in project:在專案下搜搜

module:在當前模組下搜尋

directory:在指定目錄下搜尋

scope:在指定範圍下搜尋

待補充。。。

參閱:

慕課網:intellij idea神器使用技巧

Intellij IDEA 使用學習

intellij中名詞解釋 project,就是乙個完整的專案,類似eclipse中的workset 雖然workset是人為歸類的 module,是project中的模組,類似eclipse中的project。facet,據說eclipse中也有,官方解釋是代表了乙個module中使用的技術 框架...

Intellij idea使用總結

剛從eclipse轉換使用intellij idea使用中還有很多不習慣的地方,總結下一些小tips,方便回顧 2.快捷鍵 隨時補充 ctrl alt u 快速生成類關係圖 ctrl alt l 格式化 ctl alt o 去除無用引用 ctrl shift u 大小寫轉換 shift f6 重新命...

IntelliJ Idea 使用學習

intellij idea 使用學習 目錄1 spring boot 顯示 rundashboard 2 設定 提示 ctrl 空格 3 設定檔案過濾 4 設定字型 5 設定拼寫檢查 6 設定外觀 1 spring boot 顯示 rundashboard 在.idea 目錄 workspace.x...