Visual Sidekick Tour - Class Browser
Class Browser
Visual Sidekick's Class Browser displays classes in an alphabetical list that allows for easy member browsing, navigating and searching.
- Substring-search on any class name to provide instant access to the class and its containing members.
- Browse class children, including all nested members, nested types, base classes, interfaces from managed and unmanaged code.
- Identify class member via new icon types. E.g. abstract methods (green), methods with no bodies (grey), static methods (red), friend functions (smiley), etc.
- Position the Visual Studio Editor at a method's body or specification (header) with a simple keypress or double click.
- Browse a method parameter type or return type directly in the class browser - all types are displayed as children in the tree beneath methods, members, fields, etc.
- Open Windows Explorer on the file containg the current symbol.
- Browse classes from multiple languages:, C++, C#, Managed C++ and C++/CLR.
- Order class members in a way that's right for you: alphabetically, by access or in declaration-order.


Prev: Unified Symbol Window