Introduction to VA Snippets
Visual Assist Introduction to VA Snippets Guide explains how matching words are highlighted in code, including symbols, to improve readability navigation.
https://www.wholetomato.com/documentation/code-snippets/introduction-to-va-snippets
Skip All Breakpoints
Learn Visual Assist Skip all Breakpoints Guide to toggle skipping all enabled breakpoints in Visual Studio, letting you debug without stopping at every breakpoint.
https://www.wholetomato.com/documentation/debug-assistance/skip-all-breakpoints
VA Memory View
Learn Visual Assist VA Memory View Guide to inspect memory addresses and call stacks in debug sessions, helping you trace crashes and understand program state.
https://www.wholetomato.com/documentation/debug-assistance/va-memory-view
VA Snippet Editor for VS2008 and Older
Discover Visual Assist VA Snippets Editor for VS 2008 and Older Guide helping developers edit legacy snippets and maintain productivity in classic IDEs.++
https://www.wholetomato.com/documentation/code-snippets/va-snippet-editor-for-vs2008-and-older
Simplify Instance Declaration
Streamline object creation using Simplify Instance Declaration. Learn how this refactoring removes redundant initialization for cleaner code.
https://www.wholetomato.com/documentation/refactoring/simplify-instance-declaration
VA Step Filter
Learn Visual Assist VA Step Filter Guide to use required snippet syntax that controls replacements and enforces parameters for faster coding and templates.
https://www.wholetomato.com/documentation/debug-assistance/va-step-filter
VA Snippet Editor for VS2010 and Newer
Learn Visual Assist VA Snippet Editor for VS 2010 and Newer Guide to edit, create, and manage VA Snippets in modern Visual Studio IDEs for faster coding workflows.
https://www.wholetomato.com/documentation/code-snippets/va-snippet-editor-for-vs2010-and-newer
VA Modify Expression
Simplify and refactor C++ logical statements with VA Modify Expression. Invert logic, apply De Morgan’s laws, and streamline complex if-else chains.
https://www.wholetomato.com/documentation/refactoring/va-modify-expression