Wednesday, July 06, 2011

Spell Checker For Visual Studio 2010 Corrects All Spelling Mistakes

presentation-2.png

Since Visual Studio doesn’t have native spell checker, you must’ve been missing those small squiggly red lines that appear whenever you make spelling mistakes in word processing applications. By default, Visual Studio doesn’t mark spelling mistakes in code comments and descriptions, license headers, associated code text files, etc. Thus it becomes an extremely wearisome task for user to manually scan each line of code to identify spelling mistakes. Spell Checker is a small extension for Visual Studio 2010 which not only marks spelling mistakes but gives suggestions as well to quickly fix them. This enables users, who often struggle to identify spelling mistakes in their code descriptions, comments and SLA details, to easily replace wrongly spelled words with correct ones.

Before installing the plug-in, make sure that Visual Studio is not running in the background. Just run the VSIX file to install the plugin. After installation, open Visual Studio and head over to Tool ->E xtension to check if the extension has been added to the list or not.

Read more: Addictive tips
QR: https://chart.googleapis.com/chart?chs=80x80&cht=qr&choe=UTF-8&chl=http://www.addictivetips.com/windows-tips/spell-checker-for-visual-studio-2010-corrects-all-spelling-mistakes/

Posted via email from Jasper-Net