The Project Inspector displays information pertaining to active files and projects (currently open in the editor). Toggling to another project automatically updates the Project Inspector display to reflect the information in the new active project.
The Project Inspector displays the following file and project components:
|
|
Constants |
|
|
Class; constants, variables and functions |
|
|
Functions included in the file |
|
|
Soap Clients |

Project Inspector
Basic project inspection operations
|
|
Go to source - Double-click on the tree node to automatically navigate to the statement in the active file. |
|
|
Add description - to automatically insert a DocBlock, right click the tree node and select "Add Description" from the right click menu or manually insert a DocBlock using /**. |
|
|
Soap Clients support - Double-click on the tree node to automatically navigate to the Soap Client in the active file. |
|
|
Goto WSDL file - Use the right click menu to open the linked WSDL file in the editor. |
To view only the constants, classes and members for the current file, use the File Inspector.
Note:
DocBlocks are used for adding descriptions into the code. DocBlocks also adds the DocBlock's short description to the Tooltip of items listed in the file inspector.
|
|
|
|
|
Related Links: |
|
|
|