Find References
Comprehensive coverage of the Find References feature in Visual Assist, detailing symbol usage searches, scope control, navigation, and IDE behavior.
https://www.wholetomato.com/documentation/navigation/find-references
Convert Dot to ->
In C/C++, type . after a pointer and Visual Assist automatically converts it to ->, correcting pointer notation instantly while you code.
https://www.wholetomato.com/documentation/code-correction/convert-dot-to
Format After Paste
Streamline code indentation with automatic formatting after multi-line pastes. Eliminate manual fixing and maintain IDE style preferences instantly.
https://www.wholetomato.com/documentation/coding-assistance/format-after-paste
Highlight Files in Output Window
Highlight your solution’s file paths in the Output window after a build to spot errors in your own code faster with Visual Assist.
https://www.wholetomato.com/documentation/code-correction/highlight-files-in-output-window
Insert () and Closing } ) ] ' "
Streamline coding with automatic closing characters and parentheses. Stay in the flow as Visual Assist manages paired symbols and caret placement.
https://www.wholetomato.com/documentation/coding-assistance/insert-and-closing
Find Symbol in Solution
Quickly find and navigate symbols in Visual Studio with Visual Assist. This Find Symbol in Solution guide covers filtering, dialogs, and shortcuts.
https://www.wholetomato.com/documentation/navigation/find-symbol-in-solution
Highlight Matching {} and ()
Learn Instantly highlight matching braces {} and parentheses () as you move the caret in Visual Assist to improve code accuracy & readability.
https://www.wholetomato.com/documentation/code-correction/highlight-matching-and
Insert _ After m and Shift
Speed up Hungarian notation typing in Visual Studio automatically inserts an underscore when you press Shift after m, no extra keystrokes required.
https://www.wholetomato.com/documentation/coding-assistance/insert-_-after-m-and-shift
GoTo Implementation
Direct navigation to symbol declarations or implementations in Visual Assist, with accurate menus, scope control, and support beyond standard IDE commands.
https://www.wholetomato.com/documentation/navigation/goto-implementation
Highlight Mismatching {} and ()
Highlight unmatched braces {} and parentheses () as you edit code in Visual Assist so you spot and fix imbalanced tokens before building.
https://www.wholetomato.com/documentation/code-correction/highlight-mismatching-and