
Visual Assist X presents components of your code several ways, making it easy to find what you need and make changes. View and navigate huge files at a glance with VA Outline, easily find all references to a method, and much more. Search and Navigation features in Visual Assist X make tackling large projects a manageable task.
VA Outline shows a bird's-eye view of your code, with the ability to navigate, reorder, and refactor with unprecedented ease.
Find all usages of a symbol in your workspace without scouring the results of Find-in-Files.
Place the caret on any symbol and press Find Next by Context in the Visual Assist X toolbar, or use a shortcut for faster access. Your caret moves to the next reference within the current file, skipping like-named symbols of different contexts.
Move your caret to any symbol and press Goto (Alt+G) to jump immediately to the implementation or declaration of your symbol.
Press Alt+M and see a list of all classes and methods defined in the current file. Filter the list using a substring.
Access files in your solution efficiently with a dialog that supports filtering.
Access symbols in your solution efficiently with a similar dialog for symbols.
For C/C++ users, toggle quickly between the source and header by pressing Alt+O.
Navigate quickly among objects you modify with a Most Recently Used List.
Users of
Microsoft Visual C++ 6.0 can Navigate back and forth in code much like an Internet Browser.
Move quickly from inner scopes to outer scopes, then from one method to the next.