Wrong hint in <seealso> XML document comment to constructor
I'm using R# 5.1.3000.12.
The following code and comment is valid syntax.
But, R# shows hint "ConsoleApplication1.Program ?" is displayed in "Program.Program".
If I click the hint, document comment changes into <seealso cref="Program"/>.
In this case, I want you not to show the hint.
Thanks.
namespace ConsoleApplication1 { class Program { /// <summary> /// <seealso cref="Program.Program"/> /// </summary> static void Main() { }
public Program() { } } }
Attachment(s):
badhint.png
Please sign in to leave a comment.