My favorites | Sign in
Project Logo
                
People details
Project owners:
  forever.zet
Project committers:
dfayerma

Agent Smith Plugin

Agent Smith is C# code style validation plugin for ReSharper (Visual Studio plugin).

Any additions to the plugin with features you need are welcome.

Donations are also gratefully welcome :)

Current version 1.3.8 (07/16/2009) includes following features:

Naming Conventions.

Plugin has interface that allows you to specify what naming rules should be applied to certain declarations.

Naming rules include

Declaration to which a naming rule applies is identified by one or more matching rules. In a Matching rule following can be specified:

For each kind of rule plugin highlights incorrect declaration and suggests quickfixes(except regular expressions).

XML comment validation.

Agent Smith can check that certain declaration have xml comments. And have flexible configuration interface for specifying what members shall have comments.

Spell check.

Agent Smith performs spell checking of

and suggests quick fixes (Word suggestions, Replace with <see cref...).

Open Office dictionaries can be imported so a few languages are virtually supported.

Smart paste.

If you are smart pasting a text into XML comment Agent Smith will insert '///' characters at line breaks and optionally escape XML reserved characters. If you are smart pasting into a string literal Agent Smith will escape string characters correspondingly.

Comment reflowing

Automatically realigns words in comment to fit configured line width.

Download

Installation Instructions

FAQ









Hosted by Google Code