摺疊**,釋放**
ctrl + shift + -
ctrl + shift + +
f5 複製檔案
f6 移動檔案
複製全路徑 ctrl + shift + c
移動一行 alt + shift + 上下
刪除一行 ctrl + x 或者 ctrl + y
複製一行 ctrl + d
注釋 ctrl + / 和 ctrl + shift + /
ctrl + alt + insert 新建
ctrl + e 最近開啟的檔案
ctrl + k vcs提交專案
ctrl + shift + v 彈出剪下板,選擇對應數字就可以直接貼上
try catch ctrl + alt + t
格式化** ctrl + alt + l
alt + insert 生成**(如get、set方法,建構函式等)
ctrl + shift + space 自動補全**(智慧型提示)
alter enter 進行**提示、把for替換成foreach,在inte***ce上按alter + enter可以實現這個介面
ctrl + alt + h 選定方法後即可檢視誰呼叫以及呼叫了誰
ctrl + alt + v 補充**的返回值
檢視繼承樹 ctrl + h
檢視依賴 ctrl + shift + alt + u
f8 單步過
f7 單步進
f9 resume跳到下乙個斷點,沒有下個斷點重新開始,繼續執行
打上斷點 ctrl + f8
shift + f9 debug執行
檢視所有斷點,也可以進行條件斷點 ctrl + shift + f8
列編輯 選中乙個詞或者字母進行列編輯 ctrl + alt + shift + j
列編輯 alt + 長按滑鼠左鍵,或者直接按滑鼠中鍵
精準搜尋字串(find in path) ctrl + shift + f
精準搜尋類 ctrl + n
搜尋檔案同理 ctrl + shift + n
搜尋符號和方法同理 ctrl + alt + shift + n
定位行 ctrl + g
全域性搜尋(search everywhere) shift + shift
(連續按兩下即可搜尋jar包裡面的類)
ctrl + f12 檢視類的大綱(m是方法、f是屬性)
ctrl + alt + 左右 檢視上個檔案、檢視下個檔案;似乎還可以使用 alt + 左右
ctrl + q 檢視方法返回值,滑鼠放在變數、類名、方法名上顯示文件內容 (也可以在提示補充的時候按)
alt + 7 檢視檔案結構
ctrl + o 選擇重寫/實現方法
轉換大小寫 ctrl + shift + u
f2 定位到錯誤位置
在本行之前新建一行 ctrl + alt + enter
ctrl + 左右 移動游標到下乙個word(move caret next word)
ctrl + shift + 左右 選中這個單詞
ctrl + enter 換行游標顯示到末尾
ctrl + shift + enter 換行游標顯示到首前
ctrl + shift + enter 完成本句然後按這個快捷鍵,會在結尾加;
直接強勢新增一行 shift + enter
alt + shift + ↑ 跨方法移動行
ctrl + shift + ↑ 在本方法內移動行
專案之間的跳轉 ctrl + alt + [
ctrl + alt + s 彈出設定的彈框
alt + f9 執行到指定行,degger按f2可以setvalue,也就是動態更改list的值,然後繼續執行。
alt + f8 選定list檢視debug出來的list資訊(evaluate expression表示式求值),也可以直接在debugger視窗下直接檢視。
alt + f7 查詢使用的地方引用
alt + f12 調出terminal
alt + shift + f9 選擇對應方法debug
ctrl + shift + f9 debug執行當前類、當前上下文(debug context configration)
ctrl + shift + f10 run
alt + 1 開啟project(使用它對應的數字鍵就能開啟),然後按esc還可以回到**區。
alt + 2 開啟斷點區域。
關閉當前視窗 ctrl + f4
關閉其他視窗 alt + shift + click
關閉自己視窗 shift + click
springboot的static和templates
springboot同時支援jsp和html
spring boot中靜態資源(js, )等應該放在什麼位置
簡單快速的用springboot訪問靜態資源(、html)
idea常用快捷鍵記錄(預設)
常用操作記錄 自己用到過的 double shift 根據文字搜尋文字的位置 可以是方法,可以是檔案,可以是變數 甚至可以搜尋資料夾下包含的內容 ctrl shift n 根據檔名稱搜尋檔案 ctrl e 開啟最近訪問檔案列表 alt f7 檢視某個方法被哪些類所引用 ctrl f 在本頁查詢文字的...
idea快捷鍵 Alt Shift 快捷鍵
alt shift n 選擇 新增 task 必備 alt shift f 顯示新增到收藏夾彈出層 新增到收藏夾 alt shift c 檢視最近操作專案的變化情況列表 alt shift i 檢視專案當前檔案 alt shift f7在 debug 模式下,下一步,進入當前方法體內,如果方法體還有...
idea常用預設快捷鍵 個人總結
alt 回車 匯入包,自動修正 ctrl n 查詢類 ctrl p 方法引數提示 ctrl 空格 提示 ctrl alt l 格式化 ctrl shift n 查詢檔案 ctrl alt o 優化匯入的類和包 alt insert 生成 如get,set方法,建構函式等 ctrl f 查詢文字 ct...