This extension (also available as a NuGet package) provides an analyzer with code fix that gives you the opportunity to pull through documentation from a base class or interface member. For example, if you have this interface:
And this class:
The code fix will allow you to pull through the documentation from the interface declaration to the class, resulting in this:
Alternatively, it will give the option to insert
See the project for more information |