XmlDocInspections icon indicating copy to clipboard operation
XmlDocInspections copied to clipboard

Configurable XML Doc warnings for ReSharper

XML Doc Inspections ReSharper Extension

Build status Gitter Line Coverage Branch Coverage

Plugin pages: ReSharper / Rider

History of changes

Description

A simple ReSharper extension which enables to show warnings for missing XML Doc comments for types and type members. In contrast to the C# compiler's CS1591 warning which emits a warning for all public or protected types and members, this extension provides configuration options. Further it comes with a quick fix action to generate doc comment templates.

ReSharper options page

Options Page

Quick Fix

QuickFix