Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.4 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.4 KB

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