The Inspectors window is used to graphically map code to display Classes, Functions, constants, and Include Files.
Docking - Yes
Description - The Inspectors window includes three inspection tabs:
|
|
File Inspector Tab - Displays
in a tree directory all Class names and members, functions, and constants,
which are declared in the current active file. Add Description and Goto Source |
|
|
Project Inspector Tab - Displays in a tree directory all Class names and its members, functions and constants, which are declared in the files belonging to the project or open in the Editor. Right-click menu options: Add Description and Goto Source |
|
|
PHP Tab - Displays a tree directory of all the PHP Classes and Functions. When a function is selected, pressing F1 will open the PHP manual in the Internal browser. Right-click menu options: Open Manual |
To find a specific code element in an active file or project, use the Go to resource option from the "Go to" menu to filter by Class, Function and Constant.
To find out more about navigating through code elements go to Code Navigation.
|
|
|
|
|
Related Links: |
|
|
|