Give your weekend project the same Visual Assist a studio has.
Get Visual Assist personal licenses at 30% off. Standard at less 20%. Through September 30
Shop now
by
Embarcadero
Visual Assist
Features
What's New
Compare VA vs ReSharper C++
Visual Assist for Unreal Engine
Academic Licensing
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
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
Keyboard Shortcuts
Complete guide to Visual Assist keyboard shortcuts, including default, current, and recommended mappings for faster navigation and coding efficiency.
https://www.wholetomato.com/documentation/configuration/keyboard-shortcuts
Move Selection to New File
Move Selection to New File helps to split a large file into manageable pieces, to share code among modules, or to reveal previously private code.
https://www.wholetomato.com/documentation/refactoring/move-selection-to-new-file
Create Implementation
Discover how Visual Assist’s Create Implementation feature generates C/C++ method implementations from declarations & inserts them into the correct files.
https://www.wholetomato.com/documentation/code-generation/create-implementation
Mouse
Configure modified mouse buttons and wheel actions in Visual Assist to enhance navigation, selection control, and editor productivity in Visual Studio.
https://www.wholetomato.com/documentation/configuration/mouse
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
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