Code Inspection for Missing Comments on public methods and properties
Hi All,
Does ReShaper 5 check if the comments are missing for Public methods or properties?
What I would like is the column on the right side to show orange if you have forgotton to comment your public methods and properties.
Is this possible?
Regards
Adrian.
Please sign in to leave a comment.
Enable XML documentation file for the project (Project Options->Build->XML documentation file).
This will cause RS to show warnings for missing xml comments for public members.
Thanks thats the one