Parsing HTML Tags in QuickDoc
Hey,
In previous versions of ReSharper, it used to parse HTML tags like <b></b>, <sup></sup>, etc. in QuickDoc correctly but I can't see this anymore, at least in versions 8.2 and 9.
My expectation is if I write:
<summary>
<b>TEST</b>
</summary>
void F();
In the QuickDoc for F(), "TEST" should appear as bold. Instead I see <b>TEST</b> and if I right click on the QuickDoc and select "View Source", I can see that "<" and ">" are escaped to "<" and ">".
Do I miss anything? How to make it understand basic HTML tags?
Thanks,
Todor
Please sign in to leave a comment.