Formatting possibilities for xml doc comments
Hello,
is there any possibility to configure xml formatting options in resharper for xml doc comments?
Example:
Default style for xml doc comments
///<summary>
/// ...... ---> This is just a single line comment
///</summary>
--> Here's what I want (when only single line comment is added):
///<summary>.....</summary>
Regards
Please sign in to leave a comment.
Hello,
This is not possible at the moment, I'm afraid.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
I've been looking around to try and figure this out, as well. I found this stack overflow post:
http://stackoverflow.com/questions/8278889/visual-studio-xml-summary-comment-on-single-line
and then created a ticket at User Voice:
http://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/12282462-option-to-generate-xml-documentation-on-a-single-l
While I'm here, I must ask--this is a rather old answer (nearly 6 years). Is it still true?