我看起来很好(最好免费)加载到Visual Studio 2010,它能够检查我的代码的拼写
(必须分析字符串和注释,很高兴有方法/字段名称)
你能建议吗?
答案 0 :(得分:6)
请注意:
这是关于 Visual Studio 2010 的问题的答案。
问题和答案都可以追溯到2011年。
尝试
http://visualstudiogallery.msdn.microsoft.com/7c8341f1-ebac-40c8-92c2-476db8d523ce/
它有很好的评论/评级和很多下载。
如果您在大多数时间处理ASP.NET,那么这对您来说可能更好...... http://visualstudiogallery.msdn.microsoft.com/0db4814c-255e-4cc6-a2c2-a428de7f8949?SRC=VSIDE
答案 1 :(得分:1)
Visual Assist X为评论和字符串提供了很好的拼写检查功能,适用于C ++和C#(不确定所有其他语言)。
它让我查看当前项目中的所有代码并修复错别字:)
顺便说一下,我不认为成员名称的拼写检查是个好主意。这些主要由多个连接词,短语等组成。
答案 2 :(得分:1)
如果您使用Resharper 4x,5x这也是有趣的(免费)选项
http://www.agentsmithplugin.com/
Agent Smith是ReSharper(Visual Studio插件)的C#代码样式验证插件。
当前版本包括以下功能:
* Naming convention validation.
* XML comment validation.
* XML comment, string literals, identifiers and resources (.resx files) spell checking
* Smart paste.
* XML comment reflowing.
答案 3 :(得分:0)
还发现了这个(尚未测试):
http://code.google.com/p/vsspelleraddin/
Ability you to check spelling in selection in your Visual Studio files
Provides a spell checking functionality for Visual Studio using Hunspell engine