Visual Studio 08 Spell Check Addin? [closed]

2019-01-22 17:56发布

If possible one that supports at least spell checking:

  • C# string literals
  • HTML content
  • Comments

10条回答
我命由我不由天
2楼-- · 2019-01-22 18:16

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.

查看更多
别忘想泡老子
3楼-- · 2019-01-22 18:20

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

查看更多
家丑人穷心不美
4楼-- · 2019-01-22 18:30

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.

查看更多
孤傲高冷的网名
5楼-- · 2019-01-22 18:31

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.

查看更多
登录 后发表回答