Navigate
The Navigate menu allows you to navigate through your scripts in order to find information and text.
The options available from the Navigate menu are:
Name |
Shortcut |
Description |
Go Into |
|
Goes into a selected folder so that only that folder's contents will be displayed in the Navigator view. Note: This will not work in PHP Explorer view. |
Go To |
|
Back Displays the previously displayed hierarchy in the Navigator view. |
|
|
Forward |
|
|
Up one level Will go up one level in the hierarchy in the Navigator view.. |
|
|
Resource Goes to a resource within the files and folders displayed in the Navigator
view. Note: This functionality will not work in the PHP Explorer view. |
|
Ctrl+Shift+P |
Matching Bracket Jumps to a bracket's pair. Clicking to the right of a bracket will highlight its matching pair. To jump to the matching bracket, press Ctrl+Shift+P. |
Open Declaration |
F3 |
Goes to the declaration of an item selected in the editor. |
Open PHP Element... |
Alt+Shift+G |
Navigates to declarations of classes, functions and constants in other files. Choosing this option will cause an Open PHP Element dialog to be displayed. Enter the first few letters of your PHP Resource (classes, functions or constants) to see a list of possible elements. Select the required element and click OK. The file containing the element will be opened, and the element will be highlighted. |
Open Resource... |
Ctrl+Shift+R |
Opens files within the same project as the active file. An Open Resource dialog will appear. Enter the first few letters of the required file to see a list of matching files. Select the required file and click OK to open it in an editor window. |
Show In |
Alt+Shift+W |
Navigator - Displays the current active file in the Navigator view. |
|
|
Outline - Displays an element in the Outline view. |
Next / Previous Annotation |
Ctrl+. |
Goes to the next / previous annotation in the script. Possible annotations are: Bookmarks, Diff additions, Diff changes, Errors, Info, Search Results, Spelling Errors, Tasks and Warnings. Click the arrow next to the next / previous annotation icon on the toolbar to configure which types of annotations should be included. |
Last Edit Location |
Ctrl+Q |
Jumps to the last location that was edited. |
Go to Line... |
Ctrl+L
|
Allows you to go to a specific line in the active editor. |
Back / Forward |
Alt+Left Alt+Right |
Scrolls through last viewed sections in active and previously edited files in the current session. |
|
|
|
Related Links: |
|
|