List Methods in File
Dynamic listing of classes, methods, and symbols in the current file with filtering and navigation. Visual Assist List Methods in File Guide.
https://www.wholetomato.com/documentation/navigation/list-methods-in-file
Smart Suggestions
Accelerate coding with context-aware hints for pointers, enums, and parameters. Use Smart Suggestions to auto-populate the exact values you need.
https://www.wholetomato.com/documentation/coding-assistance/smart-suggestions
Add Forward Declaration
Resolve unknown C/C++ symbols by adding forward declarations via Visual Assist. Speed up compile times without moving your current text caret position.
https://www.wholetomato.com/documentation/code-generation/add-forward-declaration
Move Scope
Move within code scopes in Visual Studio using Visual Assist. This Move Scope guide explains shortcuts and navigation between methods and braces.
https://www.wholetomato.com/documentation/navigation/move-scope
Sort Selected Lines
Sort selected lines of code in place within Visual Studio using Visual Assist’s Sort Selected Lines tool-organize code alphabetically without leaving your IDE.
https://www.wholetomato.com/documentation/coding-assistance/sort-selected-lines
Navigate Back and Forward
Easily move through your code in Visual Studio using Visual Assist. This Navigate Back and Forward guide covers shortcuts, waypoints, and navigation.
https://www.wholetomato.com/documentation/navigation/navigate-back-and-forward
Suggestion Lists
Accelerate coding with intelligent suggestion lists in C++ and C#. Use acronyms, shorthand, and smart snippets to skip repetitive typing within Visual Studio.
https://www.wholetomato.com/documentation/coding-assistance/suggestion-lists
Add include Directive
Explore Visual Assist’s Add Include Directive automatically inserts the correct #include lines into your C/C++ code to resolve symbols & improve compilation.
https://www.wholetomato.com/documentation/code-generation/add-include-directive
Open Corresponding File
Switch between related files in Visual Studio with Visual Assist. This Open Corresponding File guide covers shortcuts and navigation.
https://www.wholetomato.com/documentation/navigation/open-corresponding-file
Add Member
Quickly add methods or member variables to C++ classes with Add Member. Available via context menu or Quick Actions for seamless code updates.
https://www.wholetomato.com/documentation/code-generation/add-member