Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

IntelliSense - display <paramref /> without space #672

Closed
codehz opened this issue Aug 17, 2016 · 2 comments
Closed

IntelliSense - display <paramref /> without space #672

codehz opened this issue Aug 17, 2016 · 2 comments

Comments

@codehz
Copy link

codehz commented Aug 17, 2016

Environment data

dotnet --info output: 1.0.0-preview2-003121
VS Code version: 1.4.0
C# Extension version: 1.3.0

Steps to reproduce

  1. Copy and paste following code.
using System;
namespace ConsoleApplication
{
    public class Program
    {
        ///<summary>
        ///<paramref name="args" /> test
        ///</summary>
        public static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
        }
    }
}
  1. Move mouse to Main Function name, and IntelliSense will be displayed.

Expected behavior

image

Actual behavior

image
image

@DustinCampbell
Copy link
Member

This has been fixed in OmniSharp (thanks @filipw) and the fix will appear in a future release of the C# extension.

@DustinCampbell
Copy link
Member

I've created a v1.6-beta2 release of the C# extension that contains this fix, among others. See this page for information on installing beta releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants