Skip to main content

Uncomment multi-line comment

PropertyValue
IdRR0200
Applicable Syntaxmulti-line comment
Enabled by Default

Usage

Example #1

before.cs
/*string s = null;*/
after.cs
string s = null;

Configuration

roslynator_refactoring.uncomment_multiline_comment.enabled = true|false