www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - visual d interface and properties

Could properties be shown in drop down in visual D?

interface A {  property int x(); }

is not shown. I've notice it shows static methods so not sure why 
this would be any more difficult.


Also, enums are shown as ints and their values rather than giving 
the enum's id name. Would be nice to show both like enum_member 
(value).
Jun 03 2018