You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also it is worth noting that <typeparamref> is completely ignored:
ChrRubin
changed the title
Type parameters not shown properly in Intellisense
Type parameters XML doc tags not shown properly in Intellisense
Jan 18, 2020
I am seeing other problems with xml comments. I am not sure if there are other issues for those, but I am seeing showing up garbled in intellisense. Please let me know if there is an issue already or if I should create a new, or amend this. Thanks!
Issue Description
When using the
<typeparam>
XML doc tag, its description is shown without preceding with a new-line nor its name.Steps to Reproduce
Add the
<typeparam>
tag to the XML doc comment of a class or method that accepts generic types.Expected Behavior
Type parameters should be shown just like normal parameters with the
<param>
tag, each on a new line with their name followed by its description.Actual Behavior
Only the description of
<typeparam>
is shown on the same line with<param>
.If multiple
<typeparam>
tags are used they are all shown on the same line.Environment information
VSCode version: 1.41.1
C# Extension: 1.21.9
Dotnet Information
.NET Core SDK (reflecting any global.json): Version: 3.0.101 Commit: bc5f8df0f5Runtime Environment:
OS Name: Windows
OS Version: 10.0.17763
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\3.0.101\
Host (useful for support):
Version: 3.0.1
Commit: 32085cbc72
.NET Core SDKs installed:
3.0.101 [C:\Program Files\dotnet\sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.0.1 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.0.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.0.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
The text was updated successfully, but these errors were encountered: