OmniSharp / omnisharp-roslyn

OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
MIT License
1.76k stars 420 forks source link

CSX - Xml docs of types and members are displaying the "<see ...>" tag unparsed #698

Open ZurielCorrea opened 7 years ago

ZurielCorrea commented 7 years ago

In VSCode type the following in a CSX file: new System.IO.MemoryStream(

Expected result: The intellisense documentation shows the "<see cref..." tags parsed and without showing xml (unless intentional)

Actual result: The intellisense documentation shows the <see cref tag.

Not critical.

DustinCampbell commented 7 years ago

This is expected and is the same for C# files. It'll be addressed by https://github.com/OmniSharp/omnisharp-roslyn/issues/78

filipw commented 7 years ago

should be addressed in https://github.com/OmniSharp/omnisharp-roslyn/pull/840

DustinCampbell commented 7 years ago

How?

DustinCampbell commented 7 years ago

@filipw: This bug is about the "documentation", that is, the tooltip. #840 doesn't address that.

filipw commented 7 years ago

ah my bad. I glance over and misread it as cref completion - sorry!