-
Notifications
You must be signed in to change notification settings - Fork 309
Code Explorer
This dockable window pretty much replaces the Project Explorer, by adding member navigation functionality:
By double-clicking on a tree node, you can navigate to the selected instruction or signature.
Use the Refresh button to re-parse all opened VBA projects and synchronize the tree view with the actual code.
The Add menu lets you add components to the active project:
Sorting options let you decide whether you want to see members in alphabetical order or in the order they appear in a module; "by type" option regroups components and their members by type.
The Code Explorer also displays signatures, but you can toggle them off:
The context menu offers a number of navigation, refactoring, indenting and even source control commands:
Importing from the Code Explorer's context menu lets you import one or more files at once; the VBE's Project Explorer only ever lets you import one module at a time.
rubberduckvba.com
© 2014-2025 Rubberduck project contributors
- Contributing
- Build process
- Version bump
- Architecture Overview
- IoC Container
- Parser State
- The Parsing Process
- How to view parse tree
- UI Design Guidelines
- Strategies for managing COM object lifetime and release
- COM Registration
- Internal Codebase Analysis
- Projects & Workflow
- Adding other Host Applications
- Inspections XML-Doc
-
VBE Events