| motion | Key |
|---|---|
| Step in | F5 |
| Step over | F6 |
| Step return | F7 |
| Move to the next breakpoint | F8 |
| motion | Key |
|---|---|
| Code completion | Ctrl key + Space key |
| Error jump | Ctrl + .(period) |
| Quick fix | Ctrl + 1 |
| Refactoring | Alt + Shift key + R |
| Delete all unnecessary imports | Ctrl + Shift + O |
| Display of callers of variables, methods, etc. | Right-click on the name and select "Open Call Hierarchy". Or Ctrl+ Alt + H |
You can select and open a file from the workspace. The difference between Ctrl + Shift + r and Ctrl + Shift + t is shown in the table below.
| Key | Files other than java files | Inner class | Remarks |
|---|---|---|---|
| Ctrl + Shift + R | Can find | Can't find | resource(resource)Because it opens T |
| Ctrl + Shift + T | Can't find | Can find | Mold(type)Because it opens T |
Useful guys only sober Eclipse shortcut championship
Recommended Posts