How to go back in Eclipse? Ask Question

How to go back in Eclipse? Ask Question

Is there a way to go back in Eclipse? Basically, when I'm jumping around a big project following the execution flow (ctrl + click and etc.), is there a way to retrace a step? If my code calls a method and I go to the method definition, is there a key combination that will take me back to the calling code?

ベストアンサー1

Press Alt+Left Arrow and Alt+Right Arrow like you would in a web browser.

おすすめ記事