DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Improvement: Content Assist for associative arrays #131

Open bruno-medeiros opened 8 years ago

bruno-medeiros commented 8 years ago

Improve auto completion for this:

int[string] a = ["k" : 0];
a./* auto-complete here */