June 04, 2018
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).