no auto completion for keytype in AA
int[MyType] foo;
There is no auto completion coming up for the type of the key of the associative array
Also when MyType is a enum and I want to set an entry in the aa like this:
foo[MyType.enumMember] = 2;
there is no completion for this either.
Parametervervollständigung innerhalb von index-expressions funktioniert noch nicht.
ok.. und was funktionuckelt dann jetzt ? die completion des keytypes in der declaration des AA ?
beides sollte jetzt klappen. Nur klappt das oben angegebene nicht - das hast du aber bislang noch nicht bemerkt :P
im irc hatten wir noch vom fall gesprochen inplace ein array zu initialisieren:
auto foo = [a,b,c];