Display Choices

Index of All Documentation » Wing Pro Reference Manual » Source Code Browser »


The Source Browser provides three ways in which to browse your source code. These are selected from the menu at the top left of the tool:

Browse Project Modules displays the structure of all directories, packages, and modules in your Project, and their contents.

Browse Project Classes shows a list of all classes found in the project. Methods and attributes are shown within each class, along with any derived classes. Right-click on a class to navigate to super classes.

Browse Current Module restricts the display to only those symbols defined in the current module. This view shows all types of symbols at the top level and allows expansion to visit symbols defined in nested scopes. In this mode, the browser acts as an index into the current editor file.