Visual Studio 08 Spell Check Addin? [closed]

做~自己de王妃 提交于 2019-11-27 13:41:06

问题


If possible one that supports at least spell checking:

  • C# string literals
  • HTML content
  • Comments

回答1:


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.




回答2:


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.




回答3:


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.




回答4:


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

http://www.wholetomato.com/




回答5:


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.




回答6:


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.




回答7:


CodeRush also has spell check.




回答8:


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




回答9:


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.




回答10:


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.



来源:https://stackoverflow.com/questions/30947/visual-studio-08-spell-check-addin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!