Code Explorer
Code Explorer is a new view introduced in VisualGDB 5.6 that allows easily navigating through individual source files, or entire code bases:
Code Explorer supports the following views:
- Outline view showing detailed and highly customizable structure of the current source file
- Globals view showing all functions, types, and other symbols inside a project
- Details view that allows easily searching and visualizing relations between different parts of the project
Code Explorer can also be used to run RefactorScripts – a powerful mechanism for generating boilerplate code.