[Java] Eclipse shortcuts that make sense when you go back and forth between source code in a project

Ctrl + click open declaration

You can move to the declaration part. It is often used when you want to check the implementation of a method or make changes.

Ctrl + Alt + h Open call hierarchy

You can find out where the focused field, method, etc. are called.

# Related article [Eclipse shortcut collection that was awesome when I showed it with a doy face in newcomer training --Qiita](https://qiita.com/arai-wa/items/c2eb7387b5bf37b4ace4)

Recommended Posts

[Java] Eclipse shortcuts that make sense when you go back and forth between source code in a project
In Java 10, when you do gradle eclipse and JavaSE-1.10 comes out, ...
[Java] Difference between equals and == in a character string that is a reference type
Technology for reading Java source code in Eclipse
A note when you want Tuple in Java
How to make a Vagrant Plugin that you learned when you forked and published vagrant-mutagen
When entering eclipse Java source code, auto activation triggers