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
Insert Path
Simplify file path insertion into active documents using Visual Assist. Configure relative or absolute paths easily and preview file contents via Source Links.
https://www.wholetomato.com/documentation/code-generation/insert-path
Reclaim Disk Space
Learn how to reclaim disk space used by Visual Assist by cleaning caches, logs, and unused data to free up storage and optimize performance on your system.
https://www.wholetomato.com/documentation/configuration/reclaim-disk-space
Extract Method
Learn how Extract Method refactoring in Visual Assist helps simplify code by moving selected code into a new method, updating calls & improving readability.
https://www.wholetomato.com/documentation/refactoring/extract-method
Reparse
Discover how Visual Assist’s Reparse feature forces re-parsing of files when needed, updating symbol parsing and correcting parser sync in your IDE.
https://www.wholetomato.com/documentation/configuration/reparse
Encapsulate Field
Learn how Encapsulate Field refactoring creates getters & setters to restrict direct access to member fields, updating references across your project.
https://www.wholetomato.com/documentation/refactoring/encapsulate-field
Introduction to Code Inspection
Discover Visual Assist Code Inspection: real-time C/C++ quality analysis with LLVM/Clang that highlights issues and suggests quick fixes as you code.
https://www.wholetomato.com/documentation/code-inspection/introduction-to-code-inspection
Transfer Settings
Move or copy Visual Assist transfer settings between IDEs by exporting registry settings, transferring per-user data, and restoring configuration files seamlessly.
https://www.wholetomato.com/documentation/configuration/transfer-settings