idea shortcut keys (from finishing)

1. Automatic code -------- -----------

ALT + ENTER imported packages, automatic correction
fori / sout / psvm + Tab ( forr reverse traverse)
the Ctrl + T to generate the Alt + IF, the while, for, the try-the catch
the CTRL + ALT + L format code
CTRL + ALT + O optimization introduced classes and packages
CTRL + P prompt method parameter
CTRL + Q, the current method can see the statement
alt + / code hints
Alt + Insert generated code (e.g., get, set method, constructor, toString, the hash)
the Shift + F6 Reconstruction - rename (packages, classes, methods, variables, and even notes)

Ctrl + O override method code hints
Ctrl + I implementation
CTRL + J automatic code option
Ctrl + Shift + J, the integration of two acts of line
CTRL + SHIFT + SPACE auto-completion method
CTRL + ALT + I automatically indent
Ctr + shift + U select the code conversion case (all uppercase or lowercase)
CTRL + ALT + SPACE class or interface name prompt
Ctrl + Alt + V variables extracted

2. ----------- Queries shortcut --------
Ctrl + Shift + Backspace Jump to last edited place to
double-click the SHIFT find files in all directories of the project
Ctrl + N look like
Ctrl + Shift + N lookup file
CTRL + F find text in the current window
CTRL + G jump to a specified row, column
F4 lookup variable source
Ctrl + W selected codes, continuous press
Ctrl + Up / Down cursor may jump to the first page of the current row or under the last row
Ctrl + Home / end jump to the beginning of the file / end of
Ctrl + B / left quickly open class or method at the cursor position
Ctrl + Alt + left / right to return to the last viewed location / file
Ctrl + Shift + arrow keys vertical movement code
Ctrl + X / Y deleting rows
Ctrl + D line copy
Ctrl + / or Ctrl + Shift + / comment (// or /*...*/)
the Alt + left / right switching code view
ALT + ↑ / ↓ method between fast mobile positioning
selected text, press Alt + F3, highlighting the same text, F3 down one by one to find the same text
Alt + 1 quickly open or hidden engineering panel
ALT + 7 shows the structure of the current file
Ctrl + Shift + Alt + N Find a class the method or variable
CTRL + R alternative text in the current window
to find keywords that appear downward position F3
SHIFT + F3 keyword appears upward position
CTRL + ALT + B sub-class or to find all the implementation class
CTRL + SHIFT + B to find the class variable (polymorphic, displays the parent class)

Ctrl + F12 floating display the current file structure
all references to the place ALT + F7 to find functions, variables, like
CTRL + ALT + F7 find the function, all variables, classes, references to places
CTRL + SHIFT + F to find a specified window text
CTRL + SHIFT + R at the specified window replacement text
Find a modified file ALT + SHIFT + C
CTRL + E recently opened files
CTRL + SHIFT + O to display the Find What pop-
F2 or Shift + F2 to highlight errors or warnings to quickly locate
Ctrl + H shows the class structure of FIG
Alt + F1 lookup code location
Alt + 6 lookup TODO

3 .--------------------- other shortcuts -------------------
the SHIFT + the other from the ENTER line
CTRL + ALT + ENTER starts a new line up
CTRL + Z back (undo)
CTRL + the SHIFT + the Z-forward (to cancel the revocation)
CTRL + ALT + F12 to open the Explorer folder

ALT + F1 lookup file directory location
SHIFT + ALT + INSERT vertical editing mode
CTRL + F4 close the current window
Ctrl + Alt + V, can introduce variable -> to generate new String () the front portion; automatically import variable definition
Ctrl + ~, fast switching schemes (look and feel, style code, the menu shortcut key mapping)

4 .-------------- svn shortcuts ---------------

ctrl + k submit code to SVN
Ctrl + T update code

5 .-------------- debugging shortcuts ---------------

In fact, that is commonly used F8 F7 F9 most noteworthy is the Drop Frame allows code to run off all over again

alt + Select View Debug value F8
Alt + the Shift + F9, select Debug
Alt + the Shift + F10, select the Run
Ctrl + the Shift + F9, compiled
Ctrl + Shift + F8, view the breakpoint

F7, entering
Shift + F7, intelligent entering
Alt + Shift + F7, forced into the
F8, Step Over
Shift + F8, stepped out
Alt + Shift + F8, forced to step over

Alt + F9, the cursor moves to
Ctrl + Alt + F9, forced to run the cursor to
F9, the recovery program
Alt + F10, positioning the breakpoint

6 .-------------- reconstruction ---------------
Ctrl + Alt + the Shift + T, the pop-up menu reconstructed
Shift + F6, heavy named
F6, mobile
F5, copy
Alt + delete, delete safe
Ctrl + Alt + N, inline

Guess you like

Origin www.cnblogs.com/dawn-sim/p/11320018.html