Eclipse of the most commonly used shortcuts 10 groups, all rocks!

Although I am not very long stack with Eclipse, but Eclipse shortcut keys or forget, you can say Eclipse shortcuts easy, just right.

Today, I probably organize a group of 10 Eclipse I think the more commonly used shortcuts Niubi, I hope to help you. If you are IDEA powder, skip, or look forward to the next article decomposition, we revisit the IDEA shortcuts.

1, open resources

CTRL + SHIFT + R: open all types of files, JAR package does not include;

CTRL + SHIFT + T: Open the Java file types, including JAR package;

2, find resources

CTRL + F: Find the current editor content;

CTRL + H: Find all content of the document;

CTRL + SHIFT + G: quickly find all local references;

3, code cleanup

CTRL + SHIFT + F: format code;

CTRL + SHIFT + O: removing references not used;

CTRL + SHIFT + M: introducing desired reference class;

4, heavy naming

ALT + SHIFT + R: Rename;

CTRL + SHIFT + X: Conversion uppercase;

CTRL + SHIFT + Y: Conversion lowercase;

5, the switching Editor

CTRL + E: display a list of all open editors;

CTRL + SHIFT + E: show more detailed list of all open editors;

ALT + direction key: Code back to the previous / next edit is located;

6, fast processing line

CTRL + D: delete the current line;

CTRL + SHIFT + down arrow keys: up / down copy the current row;

ALT + down arrow keys: replace the line up / down;

7, class inheritance

CTRL + T: Displays the current class inheritance list;

F4: Open the current class hierarchy dialog box;

CTRL + SHIFT + H: Open dialog box to specify the class inheritance;

8, Quick Fix

CTRL + 1: quick fix problems;

9, reconstruction

ALT + SHIFT + L: extracting a local variable;

ALT + SHIFT + M: extracting a;

ALT + SHIFT + C: modifying the current configuration method;

10. Add a comment

CTRL + /: Note The line with the current line or selected lines;

CTRL + SHIFT + C: same as above;

CTRL + SHIFT + /: Note Note block with the selected row;

Probably these, Fubu Fu?

There is also a universal CTRL + SHIFT + L shortcut key, do not know what in what shortcuts, you can press a set of shortcut keys to view, modify keyboard shortcuts to it two successive press this key combination.

 

I just finished watching this program to find a job now to give you the latest Java 2019 network disk video link: https://pan.baidu.com/s/1cEK6WoXS4F9SRgj1bZclqg
extraction code: bjl8

 

Guess you like

Origin www.cnblogs.com/wuwei11/p/10959399.html