Is it possible to update or populate the comment (XML Documentation) on an interface method based on its implementation?
I.e. generate a comment on the method and then mark the method of the interface with it?
Internet seems to suggest that there was a similar feature available under Alt+Enter but the answers are 6 years old and don't seem to work anymore.
Can I propagate XML documentation from an interface to its implementation?
The other suggestion is for <inheritdoc/>
tag which seems to be a different thing