Feature Request: Add comments when generating equality members
When R# generates equality members and the option 'Overload equality operators' is set, no comment is generated for "public static bool operator ==" and "public static bool operator !=". I have noticed that <inheritdoc /> will not work because there is no base candidate to inherit from. I would like to see that R# generates a comment for this two methods so i don't have to do it on my own.
Best Regards
Andreas
Please sign in to leave a comment.
Hello Andreas!
Thank you for the feedback.
I've filed corresponding feature request - https://youtrack.jetbrains.com/issue/RSRP-473548.
You are welcome to comment or vote for it.
Thank you.