|
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
|
|
Search
|
|
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