Skip to content

Code Explorer

Mathieu Guindon edited this page Jun 18, 2016 · 3 revisions

Code Explorer

This dockable window pretty much replaces the Project Explorer, by adding member navigation functionality:

Rubberduck's Code Explorer vs VBE's Project Explorer

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:

image

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.

image

image

image

The Code Explorer also displays signatures, but you can toggle them off:

image

The context menu offers a number of navigation, refactoring, indenting and even source control commands:

image

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.

Clone this wiki locally