idea commonly used shortcuts

IDEA (eclipse setting) Keyboard Shortcuts

 

Here's a list of some of the words commonly used shortcuts to quickly consolidate under review; generally are used to eclipse the very familiar; others are not commonly used, not lists, omnipotent Baidu own investigation;

 

http://www.java1234.com/a/yuanchuang/IDEA/   supporting the video will explain in detail

 

alt + shift + s alt + inster and get set automatically generated constructor and

ctrl + d to delete a row

ctrl + shift + o introduced package

ctrl + shift + f code formatting

ctrl + shift + y converter case

ctrl + f to find (current file)

ctrl + h Global Search

Double-click the shift Find Files

tab codes and backward shift + tab integrally moved forward

alt + / prompts (custom modifications)

alt + / shortcut is occupied elsewhere, so first remove;

According to the search shortcuts

a.jpg

Then we give this casually add a new shortcut, and then delete the alt + /

b.jpg

Then we search for basic, automatic prompt to find a shortcut 

c.jpg

We add the next alt + /

d.jpg

e.jpg

That's all;

alt + shift + r rename parameters and methods

Copy down line keys down ctrl + alt +

ctrl + / single line comment

ctrl + shift + / multi-line comments

alt + arrow keys to select a single row or multiple rows up or down

ctrl + shift + t to view the source code (the current java class files there, you can go directly ctrl + points)

alt + enter the return value generating / correcting eclipse is ctrl + 1

alt + direction key or the next jump on a page editor

ctrl + - ctrl + = or contraction or unfolded single method

ctrl + shift + - or contraction ctrl + shift + = Expand all or all of the methods custom configuration

ctrl + shift + h See Method Rewritten

ctrl + alt + h to see the caller method

F4 to view the selected class class inheritance

1.jpg

See class structure ctrl + o

2.jpg

ctrl + Alt + shift + u view class structure diagram

3.jpg

Guess you like

Origin www.cnblogs.com/nidegui/p/11096803.html