Jump to content

Visual Assist

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 72.220.57.182 (talk) at 17:24, 13 September 2019 (updated release number and date). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Visual Assist
Developer(s)Whole Tomato Software
Stable release
10.9.2341.2 / August 5, 2019; 4 years ago (2019-08-05)
Operating systemMicrosoft Windows
TypeMicrosoft Visual Studio add-on for VC++ 6.0, .NET 2003, 2005, 2008, 2010, 2012, 2013, 2015, 2017, 2019
LicenseCommercial, $49–279
Websitewww.wholetomato.com

Visual Assist is a plug-in for Microsoft Visual Studio developed by Whole Tomato Software. The plug-in primarily enhances IntelliSense and syntax highlighting. It also enhances code suggestions, provides refactoring commands, and includes spell checking support for comments. It can also detect basic syntax mistakes such as use of undeclared variables.

As of April 2019, Visual Assist supports Visual C++ 6.0 through most versions of Visual Studio, including Visual Studio 2019 and Visual Studio Community 2019. (Visual Studio Express editions lack third-party extensibility and Visual Studio Code uses a separate extensibility model, thus Visual Assist cannot be used with them.)

See also

External links