IDEA interface to achieve fast, look for implementation of the interface, getSet method to quickly generate common keyboard shortcuts, etc.

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/qq_44543508/article/details/100084711

If it is the first java development tool IDEA's rise, why would my dear friend gathered here (this sentence should be no hair now I feel sick), I

It found that even eclipse shortcut key migration into the idea, but also a variety of commonly used shortcut keys not working (always touched his brain George

Bags), here are some of the wonderful work my finishing but very commonly used shortcut keys QAQ

IDEA find the interface implementation class : ctrl + alt + B (. This shortcut do not want to say what is equivalent to eclipse:. Ctrl + T)

IDEA quickly realize the interface : the Alt + the Shift + P (this is very common now, to achieve a substantially interfaces have to use)

Get / Set shortcut keys: Alt + Insert

Autocomplete return type shortcut: Ctrl + Alt + V

Automatic error outrightly program shortcut: Alt + the Enter (Note, below)
Here Insert Picture Description

Quickly generate quickly generate statements Main () method: psvm + Enter (old iron, is not it more accustomed main + Alt + /?)

Quickly generate output statement : sout + Enter (in fact, I want to say I like syso, Alt + /)

Tips content , code completion keys: Ctrl + Alt + space (I know you do not know what space is key, and I know your English level, like me, quietly tell you a secret, it is spacebar)

Format Code: Ctrl + Alt + L

Find all , you're not wrong all: Shift + Shift

Free switch: Ctrl + Tab

Delete the entire line: Ctrl + X

Reconstruction of shortcut keys: Ctrl + Shift + Alt + Ttry to know QnQ)

Well, temporarily summarize it so much, if you would be better to help, I will continue to update the QNQ,

To combat the use of this idea can refer to the following article ssm integration

IDEA ssm elegant integration framework (detailed ideas + with source code)

Guess you like

Origin blog.csdn.net/qq_44543508/article/details/100084711