Next / Last Edited Position Eclipse Shortcut - and Netbeans?

I remember that in Eclipse there were buttons on the toolbar that led you to the last edited position in the document.

That was a big reason you could write some code, click on a method to check the code there, and then click back to go back to where you were.

Any idea if this can be done in Netbeans?

+3
source share
1 answer

Of course, it is disabled by default, but you will find the option in Tools -> Options -> KeyMap. Search last, for example, to find a parameter.

+5
source

All Articles