Code Analysis ReferenceRefactoringsUncomment multi-line commentOn this pageUncomment multi-line commentPropertyValueIdRR0200Applicable Syntaxmulti-line commentEnabled by Default✓UsageExample #1before.cs/*string s = null;*/after.csstring s = null;Configurationroslynator_refactoring.uncomment_multiline_comment.enabled = true|false