Does it exist on Visual Studio 2019 or ReSharper a way to automatically add ///<inheritdoc/>
when implementing missing members from an interface/base class?
I checked quite a bit on Google but couldn't find anything.
Have you tried this option in ReSharper Options: ReSharper | Options | Code Editing | Members Generation | Generate documentation | Add <inheritdoc /> for overridden members
?