Your very own Visual Assist, for your own workspace.
Personal licenses at 30% off. Standard at less 20%. Through September 30.
Hours
Mins
Secs
Shop now
by
Embarcadero
Visual Assist
Features
What's New
Compare VA vs ReSharper C++
Visual Assist for Unreal Engine
Academic Licensing
File Downloads
NEW
VA Intelligence
Resources
Main
Blog
Documentation
Knowledge Base
Guides
Guides
Get Started
Top 10 Features
Keyboard Shortcuts
Video Tutorials
Community
Events
MVP Directory
Forums
Pricing
Support
Support Hub
Renew license
FAQ
Forums
Join Discord
Contact Us
Download
Buy now
English
Deutsch
Français
Italiano
Español
中文
English
한국어
Русский
日本語
Visual Assist
Features
What's New
Compare VA vs ReSharper C++
Visual Assist for Unreal Engine
Academic Licensing
File Downloads
NEW
VA Intelligence
Resources
Main
Blog
Documentation
Knowledge Base
Guides
Guides
Get Started
Top 10 Features
Keyboard Shortcuts
Video Tutorials
Community
Events
MVP Directory
Forums
Pricing
Support
Support Hub
Renew license
FAQ
Forums
Join Discord
Contact Us
English
Deutsch
Français
Italiano
Español
中文
English
한국어
Русский
日本語
Download
Buy now
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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41