|
Project Information
Featured
Downloads
Links
|
Agent Smith PluginAgent 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.4.3 (11/07/2010) 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
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 reflowingAutomatically realigns words in comment to fit configured line width. |