VS2010 的最佳拼写检查插件

发布于 2024-10-17 02:58:24 字数 118 浏览 8 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

荆棘i 2024-10-24 02:58:24

请注意:

这是对有关 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

Please note:

This is an answer to a question about Visual Studio 2010.

The question and answer both date back to 2011.

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

本宫微胖 2024-10-24 02:58:24

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.

残龙傲雪 2024-10-24 02:58:24

如果您使用 Resharper 4x、5x,这也是一个有趣的(免费)选项

http://www.agentsmithplugin.com/

Agent Smith 是 ReSharper 的 C# 代码风格验证插件(Visual Studio 插件)。

当前版本包括以下功能:

* Naming convention validation.
* XML comment validation.
* XML comment, string literals, identifiers and resources (.resx files) spell checking
* Smart paste.
* XML comment reflowing.

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:

* Naming convention validation.
* XML comment validation.
* XML comment, string literals, identifiers and resources (.resx files) spell checking
* Smart paste.
* XML comment reflowing.
隔岸观火 2024-10-24 02:58:24

还发现了这个(尚未测试):

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

在此处输入图像描述

Found also this one (not tested yet):

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

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文