Visual D not showing structs and not showing intellisense for certain types

Johnson Jones via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sat Aug 5 16:52:21 PDT 2017


On Saturday, 5 August 2017 at 23:39:57 UTC, Johnson Jones wrote:
> On Saturday, 5 August 2017 at 14:44:56 UTC, Johnson Jones wrote:
>> I noticed that for another local variable not showing the 
>> members, it shows something like
>>
>> static main..value init
>>
>> for the init member. Maybe the double dot is a bug and doesn't 
>> work with the the other members. It's listed when you do do a 
>> single dot, the intellisense box pops up then the grey side 
>> box pops up similar to the definitions list.
>
> Also, when I do something like gdk.Window. I get a list of 
> everything. Should the intellisense not simply return what is 
> inside gtk.Window?

In fact, it seems to do this with many variables. Just throws 
everything at it. I have a global class and when I use 
intellisense on it, it gives me everything, not just whats in the 
class.



More information about the Digitalmars-d-ide mailing list