This page describes how to use the Goto feature to jump to a specific location in your code.
Contents |
Introduction
You have two navigation options for using the Goto feature to jump to a specific location in your code:
- Goto last edit location
- Goto line
Goto last edit location
The Goto last edit location feature takes you to the last place that you made a change in your code.
To go to your last edit location:
- From the Navigate menu, select Last Edit Location.
Aptana automatically takes your cursor to your last code change.
Note: You can also click the Last Edit Location button to automatically jump to your last change.
Goto line
The Goto line feature takes you to the line in your code that you specify.
To go to a specific line in your code:
- From the Navigate menu, select Go to Line... to open a Go to Line pop-up window.
- On the Go to Line pop-up window, type the line number that you want to go to.
- Click the OK button.
Aptana automatically takes your cursor to the line that you specified.