Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 0.7
-
Component/s: #develop addin
-
Labels:None
-
Number of attachments :
Description
BooBinding appears not to correctly parse and display certain members of primitives.
The following code-slice produces identical output as if z were an object rather than an integer.
(1 as int). <---code completion invoked.
Standard members such as int.parse, int.MaxValue, int.MinValue, the typical stuff, are missing.
So far I have only noticed this behavior exhibited in primitive types like int, decimel, etc.
int.Parse, int.MaxValue, int.MinValue are static; so they shouldn't be called on 'instances' of int.
Instance members of int (CompareTo) work fine for me.