No intellisense in latest VisualD

Frustrated c1514843 at drdrb.com
Thu Jan 23 06:06:51 PST 2014


ok, it seems that it doesn't work with ctfe's generating the mix.
I guess Bothe's analysis doesn't evaluate the ctfe. using a mixin
works by hard coding the string.


string inty(alias a)() { return "int y;"; }

class A
{
	mixin("int x;");
	mixin(inty!("...")); // does not show up in intellisense
}


More information about the Digitalmars-d-ide mailing list