03IntelliJ Idea Shortcuts

1--------

Ctrl + Alt + O optimized based import and packet 
Alt + the Insert generated code (e.g., get, set method, constructor, etc.) or right (the Generate) 
Fori / Sout / PSVM + the Tab  
the Ctrl + Alt + T generated try catch or Alt + Enter 
the CTRL + ALT + T in the selected code TRY {} IF {} ELSE { } in 
Ctrl + O override method  
Ctrl + I-implemented method 
Ctr + shift + U sensitive conversion  
ALT + ENTER imported packages, automatic correction  
ALT + / code hints 
CTRL + J automatic code  
Ctrl + Shift + J, the integration of two acts of line 
CTRL + space code hints  
CTRL + SHIFT + sPACE auto-completion of code  
CTRL + ALT + L formatting codes  
CTRL + ALT + I automatically indent  
CTRL + ALT + O optimization imported classes and packages  
ALT + INSERT generated code (such as GET, SET method, constructor, etc.)  
CTRL + E recently changed code  
CTRL + ALT + SPACE class or interface name prompt  
CTRL + P method parameter prompt  
CTRL + Q, can be seen that the present method declaration 
  
Shift + F6 Reconstruction - rename (packages, classes, methods, variables, and even notes) 
Ctrl + Alt + V to extract variable 


2. ----------- Queries shortcut -------- 
Ctrl + the Shift + Backspace to jump to the last editor of the 
CTRL + navigation editor before and after ALT + left / right over the place 
ALT + 7 left window shows the current document structure 
Ctrl + F12 floating display the current file structure 
ALT + F7 find your function or variable or class of all references to the place 
CTRL + ALT + F7 to find your function or variable or class of all references to the place 

Ctrl + Shift + Alt + N to find a method or variable class 
double-click SHIFT find files in all directories of the project 
Ctrl + N look like 
Ctrl + Shift + N to find the file 
CTRL + G to locate the row  
CTRL + F to find text in the current window  
CTRL + SHIFT + F to find text in the specified window  
CTRL + R to replace text in the current window  
CTRL + SHIFT + R replace text in the specified window  
ALT + SHIFT + C to find modified files  
CTRL + E recently opened file  
F3 to find keywords that appear down position  
SHIFT + F3 up a key position appears  
select the text, press Alt + F3, highlighting the same text, the same text look one by one down the F3 
F4 to find the source of variables  


CTRL + SHIFT + O to display the Find What pop 
Ctrl + W to select the code, there will be other effects of continuous press 
F2 or Shift + F2 to highlight errors or warnings to quickly locate 
the next Ctrl + Up / Down cursor jumps to the first or last row 

Ctrl + B quickly open the class or method of the cursor position  
CTRL + ALT + B to find all subclasses  
CTRL + SHIFT + B looking variable class  

Ctrl + Shift + down keys to move the code 
Ctrl + Alt + left / right to return to the previous viewing position 
Ctrl delete rows + X 
Ctrl + D line copy 
Ctrl + / or Ctrl + Shift + / comment (// or /*...*/) 

the Ctrl + H show class structure in FIG 
Ctrl + Q show annotated documents 

Alt + F1 lookup code location 
Alt +1 quickly open or hidden engineering panel 

Alt + left / right to switch the code view 
ALT + ↑ / ↓ move quickly between the method of locating  
CTRL + before and after ALT + left / right navigation edited place 
Ctrl + Shift + Backspace to jump to the last editor of the 
Alt + 6 Find TODO 

3 .--------------------- other shortcuts ------------------- 

SHIFT + ENTER starts a new line 
CTRL + Z back (Undo) 
CTRL + the SHIFT + the Z-forward (to cancel the revocation) 
CTRL + ALT + F12 to open the Explorer folder  
ALT + F1 Find a file directory location  
SHIFT + ALT + INSERT vertical editing mode  
CTRL + F4 close the current window 
Ctrl + Alt + V, variables can be introduced. For example: new String (); automatically import variable definition 
Ctrl + ~, fast switching scheme (look and feel, style code, the menu shortcut key map, etc.) 

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

Ctrl + K submit code to SVN 

update code ctrl + t 

5 .-------------- debugging shortcuts ---------------
actually common is F8 F7 F9 most noteworthy is the Drop Frame can let the code that ran 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, step the 
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, run to cursor 
Ctrl + Alt + F9, forced to run the cursor 
F9, the recovery program 
Alt + F10, the breakpoint target 


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

Guess you like

Origin www.cnblogs.com/belongszhouli/p/11300805.html