No intellisense in latest VisualD

Frustrated c1514843 at drdrb.com
Wed Jan 22 23:48:38 PST 2014


So, when I move the class into the main module, and remove the
mixin(by hard coding) everything works as expected.

When I replace the hard code with the mixin again, same problem.

So basically generating code using mixins are not processed
properly by intellisense.

My guess is that visual D needs to expand the types before
parsing them so that mixins will be handled properly. (I have
mixin analysis enabled)


More information about the Digitalmars-d-ide mailing list