Search code examples
androidandroid-studioedithistoryback

How to go to last edit location in Android Studio


How to go to last edit location/s in android studio?

Clicking the back arrow in the toolbar makes you travel within your navigation history.

But I want to travel within my edition history i.e. navigate through the last change/s I made in code.

Eclipse have a back arrow with star on it for this.

this arrow is present in Eclipse for the same


Solution

  • Goto Navigate menu and find Last Edit Location option.

    Shortcut: ctrl + Q

    DONE