Single line summary comments for properties
As it stands right now when i triple slash a region it auto creates a three line <summary></summary> comment. I really love this feature!
What I would really love to be able to do now is have the options of creating a single line <summary></summary> comment for properties. Something like the below.
///<summary>This is a property comment </summary>
public Action SignedOn;
The triple line <summary></summary> comment as it stands now isn't bad for properties, it just takes up more space then I would like.
Thanks in advance!
Please sign in to leave a comment.
Wow! How are you getting Rider to not treat triple-slashes as a build error? So far as I can tell, slash style comments can only begin with two slashes. Which means I have a whole team project just chock full of build errors!
Even though this is an older issue, I recently asked myself the same question. For me a "summary" should be really a one-liner anyway and therefore an a bit tighter automatic template would be preferred by me.
Hi David Thalmann!
Now you can edit such comments manually. However, we have a feature request for your case: RSRP-485652. Feel free to follow it and upvote.
Should you have any other questions, let us know. Have a nice day!