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
For example, hovering over an int parameter in a method shows the name as System.int in the tooltip:
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.
The text was updated successfully, but these errors were encountered:
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
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
For example, hovering over an
int
parameter in a method shows the name asSystem.int
in the tooltip:This should be
System.Int32
. This also seems to happen even if the parameter is written asSystem.Int32 index
.Also applies to
System.Object
,System.UInt32
, etc.The text was updated successfully, but these errors were encountered: