IEx autocompletion is really nice, but I think there are some features 
missing to really make it shine.  In particular, I wish it supported 
autocompletion of struct fields (or really, atom keys in any map).  For 
example, in a case like:

```
iex> map = %{foo: 23, bar: 14}
iex> map.f<TAB>
```

...I'd like it to autocomplete `f` to `foo`.  And if multiple fields match, 
it would ideally list all matches, just like how `Module.f`<TAB>` prints 
all the functions starting with `f` in `Module`.

Depending on the complexity of implementing this, I'd be interested in 
taking a stab, provided the core team was in favor of this new feature.

Thoughts?
Myron

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/5760b5e6-c597-40a1-8749-c9927643da41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to