DPack - Code Browser
   
Feature menu items location: Tools|DPack
Default keyboard shortcuts: Alt-G - all members
Alt-M - all methods
Alt-C - all classes/interfaces
Shift-Alt-P - all properties
Shift-Alt-E - all events
Description

Code browser tool allows one to locate file's code members such as methods or properties using a convenient dialog. The dialog shows all members in the currently opened file, also providing access to all files in the active project. When member is selected from the members list the tool opens the file first, if it's not already open. It then jumps onto the first code line of the member declaration.

Code browser allows one to filter members list based either on custom search criteria, member type (by methods, functions, constructors, variables, enums, structs, interfaces or all members) or member visibility level (Public, Internal (Friend), Protected and/or Private). Members type filter can be changed via keyboard shortcuts. Ctrl-0 selects filter type, Ctrl-1 selects "1. Functions, Methods" one, and so force. The search filter also supports wildcards, such as * and ? characters, as well as multiple search expressions separated by spaces. Multiple search expressions act like AND operator. See also Code Browser Tips.

Code Browser screenshot

Code Browser dialog