visual-studio Visual Studio 08 拼写检查插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30947/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Visual Studio 08 Spell Check Addin?
提问by Dane O'Connor
If possible one that supports at least spell checking:
如果可能的话,至少支持拼写检查:
- C# string literals
- HTML content
- Comments
- C# 字符串文字
- HTML 内容
- 注释
采纳答案by Dane O'Connor
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).
好吧,3 周后,我偶然发现了CodeSpell。[注意:此链接不再有效,该公司似乎未列出该产品)。
Its $30 but has a trial period. Does everything I asked for. Check link to see features.
它的 30 美元,但有试用期。做我要求的一切。检查链接以查看功能。
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.
编辑:原始链接现在无效,但这似乎是CodeSpell 在 SubMain 的新家。这是他们的收购公告。
回答by bdukes
The plugin from Microsoft's Mikhail Arkhipovdoes HTML and Comments, I don't believe it does C# strings, though. I use the Agent Smithplugin for ReSharperfor that.
来自 Microsoft 的 Mikhail Arkhipov的插件可以处理 HTML 和注释,但我不相信它可以处理 C# 字符串。为此,我使用了ReSharper的Agent Smith插件。
回答by Igal Tabachnik
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.
如果您使用的是ReSharper,则有一个名为Agent Smith Plugin的免费插件。它的众多功能之一是内置的拼写检查器,允许使用 ReSharper 快捷键修复拼写错误,Alt- Enter。
回答by Brian Ensink
Visual Assist X. Spell checks your comments and a whole lot more.
Visual Assist X. Spell 会检查您的评论以及更多其他内容。
回答by Greg Hurlman
FxCop ships with a spell check now- have you tried that?
FxCop 现在带有拼写检查功能- 您尝试过吗?
Here's a nice add-onfor Visual Studio 2005/2008 by Mikhail Arkhipov of MSFT.
这是 MSFT 的 Mikhail Arkhipov 为 Visual Studio 2005/2008 编写的一个不错的附加组件。
回答by John
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.
我用它来检查注释和字符串拼写检查器。它来自组件一http://www.componentone.com/SuperProducts/IntelliSpell/。它非常快,并且有一个免费的社区版本。
回答by Dane O'Connor
CodeRush also has spell check.
CodeRush 也有拼写检查。
回答by Sire
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.
Spelly 已被移植到 VS 2003。我不知道它是否适用于 VS 2008(因为我对 ReSharper 的 Agent Smith 非常满意),但包含源代码。
回答by travis
回答by extofer
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/
我在 Visual Studio 08 上运行过时版本,截至去年 4 月,这是明显的更新:http: //visualstudiogallery.msdn.microsoft.com/2f3d691d-8838-4d84-ad64-44a02db37e30/
Unfortunately for me, it only works on commented code and not strings.
对我来说不幸的是,它只适用于注释代码而不适用于字符串。

