Agent Smith is C# code style validation plugin for ReSharper (Visual Studio plugin).
Current version includes following features:
Comparison: Php or Python
It is free. It has no harmful intentions, but use it for your own risk.
Moreover now it is opensource and is hosted at Google Code.
Please send comments to forever.zet[at]gmail.com
Please report a suggestion or an issue at Issue tracker
To read more about people participating please read at Contributors
Download plugin (see links below)
Extract assembly to somewhere like "C:\Program Files\JetBrains\ReSharper\v3.0\vs8.0\Bin\Plugins\AgentSmith" (It should go under resharper folder, so doublecheck resharper and vs version in path)
It should be listed among ReSharper plugins and settings are available under ReSharper Code Style settings.
Agent Smith 1.3.0 for ReSharper 4.0
Agent Smith 1.2.0 for ReSharper 3.1
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 Matching rule following can be specified:
For a naming rule also non matching rules can be specified in similar way.
For each kind of rule plugin highlights incorrect declaration and suggests quickfixes(except regular expressions).
Agent Smith can check that certain declaration have xml comments, perform spell checking of XML comments and suggest quick fixes (Word suggestions, Replace with <see cref...). It also contains flexible configuration interface.
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.
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.