Please note that I will continually update this list as I discover newsworthy ReSharper plug One free plug-in for ReSharper 3.0 that I recently found is DT.ReSharperPlugin. DT.ReSharperPlugin makes it extremely easy for anyone to quickly implement localization into new or existing applications. Below is a couple cool features that DT.ReSharperPlugin adds to Visual Studio 2005.
Move strings to resource
Move strings to resource by context action.
Replace string by property
If string exists in project resource files, then use “Replace string by property” context action.
Use System.String.Empty instead of ""
For empty strings use System.String.Empty.
Use System.Environment.NewLine instead of “\r\n”
For string that contains \r and \n, use System.Environment.NewLine. (DT.ReSharperPlugin overview).
I really like this plug-in, try it out and leave a comment below on what you think.
Share this post
Twitter
Facebook
Reddit
LinkedIn
Email