My favorites | Sign in
Project Logo
                
Search
for
Updated Jun 13, 2008 by resharperagentjohnson
ReplaceQuotesWithStringEmpty  

Highlights "" literals and quick fix to replace it with string.Empty.

Example:

string s = "";

to

string s = string.Empty;

Sign in to add a comment
Hosted by Google Code