Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Space after <c> tag is removed #1046

Closed
SIkebe opened this issue Dec 7, 2017 · 2 comments
Closed

Space after <c> tag is removed #1046

SIkebe opened this issue Dec 7, 2017 · 2 comments
Assignees
Labels

Comments

@SIkebe
Copy link

SIkebe commented Dec 7, 2017

In xml documents, a space after <c> tag is removed.
<c>DoWork</c> is a method in the <c>TestClass</c> class. returns DoWorkis a method in the TestClassclass..

xml-doc-c-tag

Here's the omnisharp logs.

        ************ Request ************
{"Type":"request","Seq":714,"Command":"/typelookup","Arguments":{"FileName":"<file path>","Line":83,"Column":35,"IncludeDocumentation":true}}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{"Request_seq":714,"Command":"/typelookup","Running":true,"Success":true,"Message":null,"Body":{"Type":"void TestClass.DoWork(int Int1)","Documentation":"DoWorkis a method in the TestClassclass.\n"},"Seq":2541,"Type":"response"}
@rchande
Copy link

rchande commented Dec 13, 2017

@akshita31 Can you take a look?

@akshita31
Copy link
Contributor

akshita31 commented Feb 7, 2018

This issue has been fixed in the 1.14 milestone. We just released a beta of 1.14 - https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.14.0-beta4. Follow these instructions to install a beta release of C# for VS Code.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants