Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Shortcut in intelliJ to jump to corresponding method

On windows, I know that we can search for all the methods in the current class by using Ctrl+F12.

Suppose, that I am in the class Car.java
and there we have a method called accelerate();

The method is really long and now I did some modifications at the end of this method. How can I jump back to the place where the method accelerate() starts?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I used Ctrl+U but that just does not do anything at all.

>Solution :

Refer to this page from IntelliJ’s manual: Method navigation

It’s Alt+Up or Alt+Down

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading