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
Move Implementation to Header File / Class Declaration
Discover Move Implementation to Header File and Class Declaration refactoring for C/C++, covering access, implementation behavior, and navigation.
https://www.wholetomato.com/documentation/refactoring/move-implementation-to-header-file-class-declaration
Implement Interface / Virtual Methods
Learn how Visual Assist’s Implement Interface/Virtual Methods generates C/C++ interface & virtual method definitions quickly & places them in the right files.
https://www.wholetomato.com/documentation/code-generation/implement-interface-virtual-methods
Project Directories
Learn how to configure Visual Assist project directories to include, exclude, and prioritize source and header paths for improved navigation & code analysis.
https://www.wholetomato.com/documentation/configuration/project-directories
Introduce Variable
Learn how Introduce Variable refactoring works in C, C++, and C#, and replace complex expressions with clear temporary variables using Visual Assist.
https://www.wholetomato.com/documentation/refactoring/introduce-variable