intellij IDE 快捷键(windows)
生活随笔
收集整理的這篇文章主要介紹了
intellij IDE 快捷键(windows)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Ctrl+Shift+空格
Ctrl+Alt+T? 選中
ctrl+alt+o 去除沒有使用的import
Ctrl+W
?Ctrl+K 打開代碼提交頁面.
? Ctrl+F 搜索,接著 Ctrl+R 替換
? ?Ctrl+Shift+R.全環境替換, Ctrl+Shift+F 全環境搜索
? ?選中關鍵字? Ctrl+Alt+Shift+T,? 牛逼了
?Ctrl+Alt+V? 重構
? Ctrl+斜杠 and Ctrl+Shift+斜杠. 注釋
? alt+f1
? shirt+f1
? Ctrl+Shift+空格?
? ?
? Ctrl+空格.
? Ctrl+P? 展示方法參數信息
? Ctrl+Shift+Backspace (Navigate | Last Edit Location) brings?
??
? Use Ctrl+Shift+F7 搜索某個關鍵詞當前文件中使用情況,下一個 F3 上一個shift+F3?
? ALT+insert 自動生成函數
??
? Alt+Q (View | Context Info) to see the declaration of the current method without the need to scroll to it.
? Use Ctrl+J to complete any valid Live Template abbreviation if you don't remember it. For example, type it and press Ctrl+J to see what happens
? Use Alt+向上箭頭 and Alt+向下箭頭 keys to quickly move between methods in the editor.
??
? Ctrl+Shift+V? 打開剪貼板
?調試時,按住ALT,然后點擊表達式,可以看到執行結果
??
? You can use the Extract Variable refactoring even on incomplete statements. Just press Ctrl+Alt+V, and choose the desired expression:
? To open any particular method or field in the editor quickly, press Ctrl+Alt+Shift+N (Navigate | Symbol) and start typing its nam
? Use Basic Completion (Ctrl+空格) within HTML, CSS and other files, for completing image file names.
??
? With a single keystroke, you can apply another code style/coloring scheme or keymap right from the editor. Just press Ctrl+后引號 (View | Quick Switch Scheme), to specify the scheme you want to change.
??
?使用 Ctrl+Shift+Enter, 快速補齊 as if, do-while, try-catch, return (or a method call) into a syntactically correct construct (e.g. add curly braces).
??
? Alt+Shift+F10 you can access the Run/Debug dropdown on the main toolbar, without the need to use your mouse.
? To quickly find and run an inspection, press Ctrl+Alt+Shift+I and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list and then specify the desired scope.
??
??
? ?Ctrl+Shift+I? 迅速查看選中內容的定義
??
? ?Alt+Shift+C 查看工程中文件增刪修改情況
??
? Ctrl+Alt+Shift+C 復制引用位置
? ctrl+D 復制到下一行
??
? ?Shift+F6 (Refactor | Rename) 重構、重命名
? ?Ctrl+Shift+向上箭頭 or Ctrl+Shift+向下箭頭.? 代碼下、上移動
? ?Ctrl+Alt+F7? 全文查找
? ?Ctrl+shift+F7? 選中某個關鍵字,查看某個關鍵字,高亮顯示在當前文件中的使用情況
? ? Ctrl+Shift+A? ?迅速找到相關操作
Ctrl+Click (on Windows) or Cmd+Click (on MacOS) a tab in the editor to navigate to any part of the file path. Select the necessary element in the drop-down, and the corresponding file path opens in an external browser (e.g., in the Explorer, if your OS is Windows).
?. With the caret at the class name in the editor, press Alt+Enter, and choose Create Test from the suggestion list:
?Use the Switcher (Ctrl+Tab) to switch between open files and tool windows. Keeping Ctrl pressed, use the Up and Down arrow keys, Tab or Shift+Tab, Alt for navigation; use Delete or BackSpace to close editor tab or hide a tool window.
?Fix doc comment 設置給類方法加注釋
Ctrl+斜杠 comments or uncomments the current line or selected block with single line comments (//...).
Ctrl+Shift+斜杠 encloses the selected block in a block comment (/*...*/).
To uncomment a commented block press Ctrl+Shift+斜杠 anywhere inside it.
ctrl+alt+v? 變量重構
Ctrl+Shift+V? 打開復制面板
Ctrl+D 生成相同一行代碼
Use the Tab key to move between the template fields. See File | Settings | Live Templates for more details. ****************tab鍵 默認功能
Ctrl+Shift+Backspace 回到最近代碼編輯處
?Ctrl+Shift+F7? 選中關鍵字,此快捷鍵,高亮 顯示當前文檔中關鍵字使用情況 ,F3 找下個使用該關鍵字地方,shift+f3 找上一個
?
?ctrl+alt+t? 將選中代碼,外面增加if,while等
?
? Alt+Q (View | Context Info) to see the declaration of the current method without the need to scroll to it.
??
? F2/Shift+F2查找語法錯誤??
??
? ?Ctrl+J to complete any valid Live Template abbreviation if you don't remember it. For example, type it and press Ctrl+J to see what happens.
? ?
?Alt+向上箭頭 and Alt+向下箭頭? 在editor中,迅速在上下方法間切換.
?Ctrl+Shift+J 將兩行合并為一行,移除不必要的空格?
?Refactor | Copy 復制生成一個新的類
?
?調試期間 選中表達式,按 Alt+F8 查看表達式執行結果
? Ctrl+Alt+Shift+N 直接查詢方法等關鍵字
??
? ?Ctrl+Shift+向上箭頭 or Ctrl+Shift+向下箭頭.? 選中內容,上下移動位置
? ?Ctrl+U 大小寫轉換
?
Cmd + Shift + T作為類和測試之間的導航
?Alt+Home keyboard shortcut to show the navigation bar, and arrow keys to locate the necessary files or folders.
?
?To quickly find and run an inspection, press Ctrl+Alt+Shift+I and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list and then specify the desired scope.???
?
選中類名或接口名,ALT+ENTER? 可以選擇創建子類、測試類等等
Use the Switcher (Ctrl+Tab) to switch between open files and tool windows. Keeping Ctrl pressed, use the Up and Down arrow keys, Tab or Shift+Tab, Alt for navigation; use Delete or BackSpace to close editor tab or hide a tool window.
There are two ways of closing all tabs in the editor, except the current one:
First, right-click the editor tab, and choose Close Others on the context menu.
Second, keeping the Alt key pressed, click? ?on the editor tab.
To compare two directories, select one or both of them in the Project view and press Ctrl+D.? ?對比差異
Lucene Solr
GeoHash)
Ctrl+Alt+T? 選中
ctrl+alt+o 去除沒有使用的import
Ctrl+W
?Ctrl+K 打開代碼提交頁面.
? Ctrl+F 搜索,接著 Ctrl+R 替換
? ?Ctrl+Shift+R.全環境替換, Ctrl+Shift+F 全環境搜索
? ?選中關鍵字? Ctrl+Alt+Shift+T,? 牛逼了
?Ctrl+Alt+V? 重構
? Ctrl+斜杠 and Ctrl+Shift+斜杠. 注釋
? alt+f1
? shirt+f1
? Ctrl+Shift+空格?
? ?
? Ctrl+空格.
? Ctrl+P? 展示方法參數信息
? Ctrl+Shift+Backspace (Navigate | Last Edit Location) brings?
??
? Use Ctrl+Shift+F7 搜索某個關鍵詞當前文件中使用情況,下一個 F3 上一個shift+F3?
? ALT+insert 自動生成函數
??
? Alt+Q (View | Context Info) to see the declaration of the current method without the need to scroll to it.
? Use Ctrl+J to complete any valid Live Template abbreviation if you don't remember it. For example, type it and press Ctrl+J to see what happens
? Use Alt+向上箭頭 and Alt+向下箭頭 keys to quickly move between methods in the editor.
??
? Ctrl+Shift+V? 打開剪貼板
?調試時,按住ALT,然后點擊表達式,可以看到執行結果
??
? You can use the Extract Variable refactoring even on incomplete statements. Just press Ctrl+Alt+V, and choose the desired expression:
? To open any particular method or field in the editor quickly, press Ctrl+Alt+Shift+N (Navigate | Symbol) and start typing its nam
? Use Basic Completion (Ctrl+空格) within HTML, CSS and other files, for completing image file names.
??
? With a single keystroke, you can apply another code style/coloring scheme or keymap right from the editor. Just press Ctrl+后引號 (View | Quick Switch Scheme), to specify the scheme you want to change.
??
?使用 Ctrl+Shift+Enter, 快速補齊 as if, do-while, try-catch, return (or a method call) into a syntactically correct construct (e.g. add curly braces).
??
? Alt+Shift+F10 you can access the Run/Debug dropdown on the main toolbar, without the need to use your mouse.
? To quickly find and run an inspection, press Ctrl+Alt+Shift+I and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list and then specify the desired scope.
??
??
? ?Ctrl+Shift+I? 迅速查看選中內容的定義
??
? ?Alt+Shift+C 查看工程中文件增刪修改情況
??
? Ctrl+Alt+Shift+C 復制引用位置
? ctrl+D 復制到下一行
??
? ?Shift+F6 (Refactor | Rename) 重構、重命名
? ?Ctrl+Shift+向上箭頭 or Ctrl+Shift+向下箭頭.? 代碼下、上移動
? ?Ctrl+Alt+F7? 全文查找
? ?Ctrl+shift+F7? 選中某個關鍵字,查看某個關鍵字,高亮顯示在當前文件中的使用情況
? ? Ctrl+Shift+A? ?迅速找到相關操作
Ctrl+Click (on Windows) or Cmd+Click (on MacOS) a tab in the editor to navigate to any part of the file path. Select the necessary element in the drop-down, and the corresponding file path opens in an external browser (e.g., in the Explorer, if your OS is Windows).
?. With the caret at the class name in the editor, press Alt+Enter, and choose Create Test from the suggestion list:
?Use the Switcher (Ctrl+Tab) to switch between open files and tool windows. Keeping Ctrl pressed, use the Up and Down arrow keys, Tab or Shift+Tab, Alt for navigation; use Delete or BackSpace to close editor tab or hide a tool window.
?Fix doc comment 設置給類方法加注釋
Ctrl+斜杠 comments or uncomments the current line or selected block with single line comments (//...).
Ctrl+Shift+斜杠 encloses the selected block in a block comment (/*...*/).
To uncomment a commented block press Ctrl+Shift+斜杠 anywhere inside it.
ctrl+alt+v? 變量重構
Ctrl+Shift+V? 打開復制面板
Ctrl+D 生成相同一行代碼
Use the Tab key to move between the template fields. See File | Settings | Live Templates for more details. ****************tab鍵 默認功能
Ctrl+Shift+Backspace 回到最近代碼編輯處
?Ctrl+Shift+F7? 選中關鍵字,此快捷鍵,高亮 顯示當前文檔中關鍵字使用情況 ,F3 找下個使用該關鍵字地方,shift+f3 找上一個
?
?ctrl+alt+t? 將選中代碼,外面增加if,while等
?
? Alt+Q (View | Context Info) to see the declaration of the current method without the need to scroll to it.
??
? F2/Shift+F2查找語法錯誤??
??
? ?Ctrl+J to complete any valid Live Template abbreviation if you don't remember it. For example, type it and press Ctrl+J to see what happens.
? ?
?Alt+向上箭頭 and Alt+向下箭頭? 在editor中,迅速在上下方法間切換.
?Ctrl+Shift+J 將兩行合并為一行,移除不必要的空格?
?Refactor | Copy 復制生成一個新的類
?
?調試期間 選中表達式,按 Alt+F8 查看表達式執行結果
? Ctrl+Alt+Shift+N 直接查詢方法等關鍵字
??
? ?Ctrl+Shift+向上箭頭 or Ctrl+Shift+向下箭頭.? 選中內容,上下移動位置
? ?Ctrl+U 大小寫轉換
?
Cmd + Shift + T作為類和測試之間的導航
?Alt+Home keyboard shortcut to show the navigation bar, and arrow keys to locate the necessary files or folders.
?
?To quickly find and run an inspection, press Ctrl+Alt+Shift+I and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list and then specify the desired scope.???
?
選中類名或接口名,ALT+ENTER? 可以選擇創建子類、測試類等等
Use the Switcher (Ctrl+Tab) to switch between open files and tool windows. Keeping Ctrl pressed, use the Up and Down arrow keys, Tab or Shift+Tab, Alt for navigation; use Delete or BackSpace to close editor tab or hide a tool window.
There are two ways of closing all tabs in the editor, except the current one:
First, right-click the editor tab, and choose Close Others on the context menu.
Second, keeping the Alt key pressed, click? ?on the editor tab.
To compare two directories, select one or both of them in the Project view and press Ctrl+D.? ?對比差異
Lucene Solr
GeoHash)
總結
以上是生活随笔為你收集整理的intellij IDE 快捷键(windows)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: PHP-微信开发之图灵机器人--天气接口
- 下一篇: 珠海公共自行车系统分析系列 - 前言