Add/Remove Braces
Add or remove braces efficiently in your C/C++ code with Visual Assist commands from Quick Action or keyboard shortcuts.
https://www.wholetomato.com/documentation/code-generation/addremove-braces
Enable and Disable
Learn how to enable or temporarily disable Visual Assist in your IDE via the VAssistX menu, letting you pause assistance without unloading the extension.
https://www.wholetomato.com/documentation/configuration/enable-and-disable
Create Declaration
Easily use Visual Assist’s Create Declaration for generating C/C++ method declarations from implementations and place them correctly in header files.
https://www.wholetomato.com/documentation/code-generation/create-declaration
Enable Logging
Explain how to enable & configure logging in Visual Assist to record diagnostics, track issues, & capture detailed activity for troubleshooting in your IDE.
https://www.wholetomato.com/documentation/configuration/enable-logging
Create File
Create new source and header files easily using the Visual Assist’s Create File feature in Visual Assist. Step-by-step code generation documentation.
https://www.wholetomato.com/documentation/code-generation/create-file
Rename Files
Rename Files helps in updating your project, solution, and files that refer to your renamed file.
https://www.wholetomato.com/documentation/refactoring/rename-files
Enumerate References
Controls how Visual Assist enumerates project references to build its symbol database and optimize performance for managed or native solutions.
https://www.wholetomato.com/documentation/configuration/enumerate-references
Create from Usage
Use Visual Assist’s Create From Usage feature to generate C/C++ declarations or implementations directly from how functions or variables are used in your code.
https://www.wholetomato.com/documentation/code-generation/create-from-usage
Rename
Learn how Visual Assist’s Rename refactoring updates a symbol’s definition, & all references on Visual Studio project or solution with preview & scope options.
https://www.wholetomato.com/documentation/refactoring/rename