IEx autocompletion is super useful, but it’s a bit unfortunate that when 
autocompleting something off of MyModule. it always autocompletes exported 
functions. Ideally, it would be aware of the IEx b and t helpers, so that 
if you typed t GenServer.ser<tab> it would autocomplete the GenServer.server 
type and if you typed b GenServer.in<tab it would autocomplete 
GenServer.init. Currently only functions are available to autocomplete, 
which does not play nicely with those other helpers.

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/fbb7ced4-5b10-42e7-8edf-10b1cfca88bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to