2. IntelliJ Idea commonly used shortcut list

 

  1. Ctrl + E, recent documents
  2. Ctrl + Shift + E, most recently changed files
  3. Shift + Click, you can close the file 
  4. Ctrl + [OR], can go to the beginning and end brace
  5. Ctrl + F12, you can display the structure of the current file
  6. Ctrl + F7, you can query the current element referenced in the current file, then press F3 to choose
  7. Ctrl + N, can quickly open the class
  8. Ctrl + Shift + N, you can quickly open the file
  9. Alt + Q, you can see the current method statement
  10. + P ctrl , the parameter information may be displayed
  11. The Shift + Insert + Ctrl , you can select and insert the clipboard contents
  12. The Insert + alt , can generate the constructor / Getter / Setter etc.
  13. Ctrl + Alt + V, variables can be introduced. For example: new String (); automatically import variable definition
  14. Ctrl + Alt + T, can be encased in a block of code, for example: try / catch
  15. Ctrl + Enter, import the package, an automatic correction
  16. The Alt + L + ctrl , format code
  17. Ctrl + Alt + I, the selected code automatically indent, this feature when editing JSP files can also work
  18. The Alt + O + ctrl , optimization of classes and packages introduced
  19. Ctrl + R, replace text
  20. Ctrl + F, find text
  21. Ctrl + Shift + Space, auto-completion of code

Ctrl + Space, code hints (the system Input Method Shortcut conflict)
Ctrl + the Shift + Alt + N, find the method or variable class
Alt + Shift + C, recent changes
Alt + Shift + Up / Down, Up / Down line
Shift + F6, Reconstruction - rename
Ctrl + X, delete rows
Ctrl + D, line copy
Ctrl + / or Ctrl + Shift + /, comment (// or / ** /)
the Ctrl + J, automatic code (e.g.: serr )
Ctrl + Alt + J, with dynamic template surround
Ctrl + H, show class structure diagram (inheritance hierarchy class)
Ctrl + Q, show comments document
Alt + F1, look for the code location
Alt + 1, quickly open or hidden engineering panel
ctrl + Alt + left / right, return to the last visited position
Alt + left / right, switching code view
Alt + up / Down, mobile positioning quickly through method
ctrl + Shift + up / Down, up / down statement
F2 or Shift + F2, highlighting errors or warnings to quickly locate
Tab, enter the label after the code is complete, press Tab, the generated code
Ctrl + Shift + F7, highlight all the text, press Esc to highlight disappear
Alt + F3, look down one by one same text and highlight
+ Up under Ctrl / Down, the cursor in the first row to the last row or
Ctrl + B / Ctrl + Click Quickly open the class or method of the cursor position (jump to the definition)
Ctrl + Alt + B, the method jumps to achieve the
Ctrl + Shift + Backspace, Jumping to the last edit
Ctrl + O, override method
Ctrl + Alt + Space, the class name completion
Ctrl + Alt + Up / Down quick to jump the search results
Ctrl + Shift + J, the integration of the two lines
Alt + F8, to calculate the variable value
Ctrl + Shift + V, the contents of the clipboard can be used to select recently inserted into the text
Ctrl + Alt + Shift + V, simply paste
Shift + Esc, not only to move the focus to the editor, but also to hide the current (or last event) tool window
F12, move the focus to the most recently used tool window from the editor
Shift + F1, to open the editor cursor class or method used by the character of the Java documentation browser
Ctrl + W, you can select a word and then sentence and then the line followed by the function
Ctrl + Shift + W, deselect the cursor word
Alt + F7, look for a certain class of the whole project in the use of land, a method or a variable position
Ctrl + I, implementation
Ctrl + Shift + U, sensitive conversion
Ctrl + Y, delete the current row


Shift + Enter, down insert a new row
psvm / sout, main / System.out.println ( ); Ctrl + J, to see more
Ctrl + Shift + F, Global Search
Ctrl + F, Find / Shift + F3, look up / F3, look down
Ctrl + Shift + S, advanced Search
Ctrl + U, go to the parent
Ctrl + Alt + S, open the settings dialog box
Alt + Shift + Inert, On / Off column selection mode
Ctrl + Alt + Shift + S, to open the current project / module properties
Ctrl + G, positioning the row
Alt + Home, Skip to navigation
Ctrl + Enter, the interpolation line
Ctrl + Backspace, delete word press
Ctrl + "+/-", the current method expand, collapse
Ctrl + Shift + "+/-", expand, folding
[debug section, compiled]
Ctrl + F2, stop
Alt + Shift + F9, select debug
Alt + the Shift + F10, select the Run
Ctrl + Shift + F9, compiled
Ctrl + Shift + F10, run
Ctrl + Shift + F8, view the breakpoint
F8, step over
F7, entering
Shift + F7, intelligent entering
Shift + F8, stepped out
Alt + Shift + F8, forced to step over
Alt + Shift + F7, forced into the
Alt + F9, the cursor moves to
Ctrl + Alt + F9, forced to run the cursor to
F9, the recovery program
Alt + F10, positioning the breakpoint
Ctrl + F8, the switching line breakpoints
Ctrl + the F9, generating a project
Alt + 1, item
Alt + 2, collection
the Alt +. 6, the TODO
the Alt +. 7, the structure of
Ctrl + Shift + C, copy the path
Ctrl + Alt + Shift + C, copy references must select class name
Ctrl + Alt + Y, synchronization
Ctrl + ~, fast switching scheme (look and feel, style code, the shortcut key mapping menu)
the Shift + F12, restore the default layout
Ctrl + Shift + F12, hide / restore all windows
Ctrl + F4, Close
Ctrl + Shift + F4, close the active tab
Ctrl + tab, go to the next splitter
Ctrl + Shift + tab, go on a splitter
[reconstruction]
Ctrl + Alt + Shift + T, the pop-up menu reconstructed
Shift + F6, rename
F6, moved
F5, copy
Alt + delete, safely remove
Ctrl + Alt + N, inline
Find to
Ctrl + F, find the
Ctrl + R, alternatively
F3, to find the next
Shift + F3, to find a
Ctrl + Shift + F, to find the path
Ctrl + Shift + R, replaced in the path
Ctrl + Shift + S, Search Structure
Ctrl + Shift + M, alternative constructions
Alt + F7, find use
Ctrl + Alt + F7, show usage
Ctrl + F7, find usage in a file
Ctrl + Shift + F7, highlighted in the document usage

Guess you like

Origin www.cnblogs.com/shix0909/p/11259431.html