VS2010 的最佳拼写检查插件
我的 Visual Studio 2010 插件看起来不错(最好是免费的),它能够检查代码的拼写
(必须分析字符串和注释,最好也有方法/字段名称)
你能提供建议吗?
I'm looking good (preferably free) add-in to Visual Studio 2010 which is able to check spelling of my code
(must analyse strings and comments, nice to have methods/fields names as well)
Can you advice any?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试一下
http://visualstudiogallery.msdn.microsoft.com/7c8341f1-ebac -40c8-92c2-476db8d523ce/
它有很好的评论/评级和很多下载。
如果您大部分时间都在使用 ASP.NET,那么这个可能更适合您...
http://visualstudiogallery.msdn.microsoft.com/ 0db4814c-255e-4cc6-a2c2-a428de7f8949?SRC=VSIDE
Try
http://visualstudiogallery.msdn.microsoft.com/7c8341f1-ebac-40c8-92c2-476db8d523ce/
It has very good reviews/ratings and so many downloads.
If you deal with ASP.NET most of the time, this one might be even better for you...
http://visualstudiogallery.msdn.microsoft.com/0db4814c-255e-4cc6-a2c2-a428de7f8949?SRC=VSIDE
Visual Assist X 有很好的注释和字符串拼写检查器,适用于 C++ 和 C#(不确定所有其他语言)。
它让我检查了当前项目中的所有代码并修复了拼写错误:)
顺便说一句,我认为成员名称的拼写检查器不是一个好主意。这些大多由多个串联的单词、简写等组成。
Visual Assist X has nice spell checker for comments and strings, works in both C++ and C# (not sure about all the other languages).
It made me go over all the code in my current project and fix typos :)
Btw, I don't think spell checker for member names is a good idea. These are mostly composed of multiple concatenated words, shorthands etc.
如果您使用 Resharper 4x、5x,这也是一个有趣的(免费)选项
http://www.agentsmithplugin.com/
Agent Smith 是 ReSharper 的 C# 代码风格验证插件(Visual Studio 插件)。
当前版本包括以下功能:
If you are using Resharper 4x, 5x this is also interesting (FREE) option
http://www.agentsmithplugin.com/
Agent Smith is C# code style validation plugin for ReSharper (Visual Studio plugin).
Current version includes following features:
还发现了这个(尚未测试):
http://code.google.com/p/vsspelleraddin /
Found also this one (not tested yet):
http://code.google.com/p/vsspelleraddin/