IDEA commonly used shortcut keys (summary)

Ultra-high usage

Ctrl + F Find text

Shift + F6 reconstruction - after rename IDEA bulk modify variable names by clicking the variable name

Alt + Insert generated code (e.g., get, set method, constructor, etc.)

ctre + alt + l formatting code

alt + Enter (Enter) prompt code

ctrl + z reverse (revoked)

ctrl + shit + z proceeds

 text

Ctrl + D to copy the line

Ctrl + X Delete Row

Ctrl + R replace text

 

Ctrl + P prompt method parameters

alt + ~ fast version control management

Ctrl + K to automatically submit code

Ctrl + Alt + T code can in one package, e.g. try / catch

Ctrl + Shift + F10 run

ctrl + alt + u realize the relationship between a parent child

ctrl + h to see the implementation class

 

debugging 

F8 single-step debugging, do not enter the internal function

(Shortcut key software takes up F8, F7, as my way dictionary occupy this shortcut F8, F8 cause can not be used when the idea debugging)

F7 stepping into the internal function

Alt + F9 runs to the breakpoint

 

(Work may encounter)

1. Notes todo represent not done a thing.

2.Mark Director as a folder marked

3. Plug specification Alibaba

4. Custom Templates

 

Guess you like

Origin www.cnblogs.com/oldhome/p/11441896.html