Intellij IDEA 使用技巧一

2021-07-24 04:26:41 字數 1750 閱讀 3304

1、文字編輯

刪除    ctr + y

複製    ctr + d

2、智慧型提示

提示    ctr + space

智慧型提示    ctr + shift + space

完成當前語句    ctr + shift + enter

建議提示為引數    ctr + alt + p

對**重新排列格式ctrl + alt + l

對imports進行優化    ctrl + alt + o

定位到下乙個或上乙個錯誤 f2 / shift + f2

定位檔案頭   ctr+g    (定位到檔案行數)

定位檔案尾   ctr+g    

定位到**塊開始  ctr + [

定位到**塊結束  ctr + ]

回到最近的視窗      f12

回到之前的檔案  alt + left

回到之後的檔案   alt + right

定位到最後編輯位置  ctrl + shift + backspace

從tool window或其他window切換到檔案編輯    esc

關閉最近開啟的視窗    shift + esc

4、類、方法、檔案定位

查詢類    ctr + n

查詢檔案  ctrl + shift + n

符號定位     ctrl + alt + shift + n

檢視檔案結構   ctrl + f12

最近開啟的檔案  ctr + e

定位下乙個方法 alt + down

定位上乙個方法  alt + up

檢視方法引數資訊  ctr + p

檢視方法、類的doc ctr + q

跳到類或方法的宣告          ctr + b

定位到類的父類、介面      ctr + u

檢視類的繼承結構              ctr + h

檢視方法的繼承結構          ctr + shift + h

檢視類或方法被呼叫情況   ctr + alt +h 

原地參看類、方法的宣告    ctrl + shift + i

compile and run

ctrl + f9 make project (compile modifed and dependent)

ctrl + shift + f9 compile selected file, package or module

alt + shift + f10 select configuration and run

alt + shift + f9 select configuration and debug

shift + f10 run

shift + f9 debug

ctrl + shift + f10 run context configuration from editor

debugging

f8 step over

f7 step into

shift + f7 smart step into

shift + f8 step out

alt + f9 run to cursor

alt + f8 evaluate expression

f9 resume program

ctrl + f8 toggle breakpoint

ctrl + shift + f8 view breakpoints

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...