What should I turn on to make Rider auto inserting /// <inheritdoc /> when using `Code/Implement methods` or `Code/Override methods`?
Answered
Please sign in to leave a comment.
Hello,
Unfortunately, Rider doesn't have UI for this setting yet. On Windows, you can configure it via ReSharper for Visual Studio. Turn on "Generated documentation" setting in Members Generation options page, and save the changes to the team-shared layer. After it, Rider will add <inheritdoc/> for overridden members as well.
Thanks!