Intellisense in C# XML Documentation
Hi,
Does Resharper override the Intellisense when the developer is editing the C# XML Documentation? If so, I would like to offer a suggestion.
When editing the contents of the <summary> tag, I will often refer to a parameter in my method using the <paramref> tag. However, when I type the phrase "<param", I am given the option to create one of the following two tags:
- <param name=""/>
- <paramref name=""/>
The <param> tag inside the <summary> tag provides no benefit (and appears to be ignored when compiled). This leaves <paramref> as the only valid tag matching "<param" when editing the contents of the <summary> tag.
Please, can you consider making the Intellisense show the correct items for the section of the C# XML Documentation that is being edited?
If Resharper does not provide Intellisense for C# XML Documentation... are there any plans to do so?
Many thanks for your consideration.
Please sign in to leave a comment.
Hello!
Thank you for contacting us.
Similar feature request is reported here - https://youtrack.jetbrains.com/issue/RSRP-53650
You are welcome to comment or vote for it.
Thank you.