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

Name of built-in C# types is wrong in the tooltip #250

Assignees
Milestone

Comments

@mellinoe
Copy link

mellinoe commented Apr 27, 2016

For example, hovering over an int parameter in a method shows the name as System.int in the tooltip:

image

This should be System.Int32. This also seems to happen even if the parameter is written as System.Int32 index.

Also applies to System.Object, System.UInt32, etc.

@mellinoe mellinoe changed the title Name of built-in C# types is wrong in the "hover description" Name of built-in C# types is wrong in the tooltip Apr 27, 2016
@filipw
Copy link
Contributor

filipw commented Nov 22, 2016

This was fixed by OmniSharp/omnisharp-roslyn#665 - can be closed.

@DustinCampbell
Copy link
Member

Indeed it is. Thanks @filipw!

FWIW, 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