Keyboard Shortcuts
Complete guide to Visual Assist keyboard shortcuts, including default, current, and recommended mappings for faster navigation and coding efficiency.
https://www.wholetomato.com/documentation/configuration/keyboard-shortcuts
Move Selection to New File
Move Selection to New File helps to split a large file into manageable pieces, to share code among modules, or to reveal previously private code.
https://www.wholetomato.com/documentation/refactoring/move-selection-to-new-file
Create Implementation
Discover how Visual Assist’s Create Implementation feature generates C/C++ method implementations from declarations & inserts them into the correct files.
https://www.wholetomato.com/documentation/code-generation/create-implementation
Mouse
Configure modified mouse buttons and wheel actions in Visual Assist to enhance navigation, selection control, and editor productivity in Visual Studio.
https://www.wholetomato.com/documentation/configuration/mouse
Move Method Implementations to Source File
Learn how to move all C/C++ class method implementations from header files to source files efficiently using the Move Method Implementations refactoring.
https://www.wholetomato.com/documentation/refactoring/move-method-implementations-to-source-file
Create Method Implementations
Generate implementations of all C/C++ class methods at once using Visual Assist’s Create Method Implementations feature. Consistent and quick.
https://www.wholetomato.com/documentation/code-generation/create-method-implementations
Options Dialog
Discover the Visual Assist Options dialog to customize settings, features, and behavior for code editing, display, navigation, and extensions in your IDE.
https://www.wholetomato.com/documentation/configuration/options-dialog
Move Implementation to Source File
Move Implementation to Source File helps in moving a C/C++ function or method implementation from a header file into the appropriate source file.
https://www.wholetomato.com/documentation/refactoring/move-implementation-to-source-file
Document Method
Learn how to use Document Method to quickly add structured comment blocks before method definitions, with parameters & return details auto-listed.
https://www.wholetomato.com/documentation/code-generation/document-method
Parse Concurrency
Visual Assist Parse Concurrency Guide explains how to control CPU usage, thread limits, and parsing behavior to optimize performance and system resources.
https://www.wholetomato.com/documentation/configuration/parse-concurrency