Table of Contents
Navigate through your code
You can access all declared classes, functions, variables, constants, interfaces in your project, framework, and files in phpDesigner 7.
Files
- On the Find menu, point to “File Declarations…”
- Select All if you like to have all declared declarations displayed
- Select Functions if you only like to have declared functions displayed
- Select Classes and Interfaces if you only like to have declared functions displayed
- Select Constants if you only like to have declared functions displayed
- Select Variables if you only like to have declared functions displayed
Project
- On the Find menu, point to “Project | All Opened Files Declarations…”
- Select All if you like to have all declared declarations displayed
- Select Functions if you only like to have declared functions displayed
- Select Classes and Interfaces if you only like to have declared functions displayed
- Select Constants if you only like to have declared functions displayed
- Select Variables if you only like to have declared functions displayed
Search declaration
- On the Find menu, point to either “File Declarations…” or “Project | All Opened Files Declarations…”
- Enter the full/part name of the declaration you wish to look up and navigate to.
Jump to declaration
Press CTRL+LEFTMOUSE on a declaration in order to navigate to its definition.