33

If possible one that supports at least spell checking:

  • C# string literals
  • HTML content
  • Comments
Ray
  • 187,153
  • 97
  • 222
  • 204
Dane O'Connor
  • 75,180
  • 37
  • 119
  • 173

10 Answers10

12

The plugin from Microsoft's Mikhail Arkhipov does HTML and Comments, I don't believe it does C# strings, though. I use the Agent Smith plugin for ReSharper for that.

bdukes
  • 152,002
  • 23
  • 148
  • 175
8

If you're using ReSharper, there's a free addon for it called Agent Smith Plugin. One of its many features is a built in spell checker, that allows fixing the spelling mistakes using the ReSharper shortcut key, Alt-Enter.

Igal Tabachnik
  • 31,174
  • 15
  • 92
  • 157
  • I've installed this and next time I started Visual Studio and opened my Solution - VS hanged. So I uninstalled and now I'm testing out IntelliSpell http://www.componentone.com/SuperProducts/IntelliSpell/ – nikib3ro May 02 '11 at 15:56
5

Well, 3 weeks later, I've stumbled across CodeSpell. [Note: this link no longer works and the product does not appear to be listed by that company).

Its $30 but has a trial period. Does everything I asked for. Check link to see features.

This blog entry, though dated, helped me out.

Edit: The original link is now invalid but this appears to be the new home of CodeSpell at SubMain. Here is acquisition announcement from them.

Preet Sangha
  • 64,563
  • 18
  • 145
  • 216
Dane O'Connor
  • 75,180
  • 37
  • 119
  • 173
3

Visual Assist X. Spell checks your comments and a whole lot more.

http://www.wholetomato.com/

Brian Ensink
  • 11,092
  • 3
  • 50
  • 63
1

I use this to check Comments and string spell checker. It's from component one http://www.componentone.com/SuperProducts/IntelliSpell/. It's very fast and there is a free community version.

John
  • 29,788
  • 18
  • 89
  • 130
  • 1
    This only has a free trial, otherwise $200 for a license. A lot for spell check plugin. – Henryk Sep 02 '09 at 08:33
  • There used to be a free community version but seems this no longer exists. Still a good product though and I think worth the money. – John Sep 02 '09 at 12:08
1

CodeRush also has spell check.

Dane O'Connor
  • 75,180
  • 37
  • 119
  • 173
1

FxCop ships with a spell check now - have you tried that?

Here's a nice add-on for Visual Studio 2005/2008 by Mikhail Arkhipov of MSFT.

Greg Hurlman
  • 17,666
  • 6
  • 54
  • 86
0

The source code for Spelly is available, it would be pretty easy to update it for vs2008.

travis
  • 35,751
  • 21
  • 71
  • 94
0

Spelly has been ported to VS 2003. I don't know if it works with VS 2008 (because I'm very happy with Agent Smith for ReSharper), but source is included.

Sire
  • 4,086
  • 4
  • 39
  • 74
-1

I was running an obsolete version on Visual Studio 08, as of April last year this is the apparent update: http://visualstudiogallery.msdn.microsoft.com/2f3d691d-8838-4d84-ad64-44a02db37e30/

Unfortunately for me, it only works on commented code and not strings.

extofer
  • 92
  • 1
  • 2
  • 7