Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete doesn't work for commands with numbers of parameters #27

Open
ghost opened this issue Dec 21, 2016 · 0 comments
Open

Autocomplete doesn't work for commands with numbers of parameters #27

ghost opened this issue Dec 21, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 21, 2016

Hi!

When I run iex, type is_ and press Tab I see the following output:

is_atom/1         is_binary/1       is_bitstring/1    is_boolean/1      
is_float/1        is_function/1     is_function/2     is_integer/1      
is_list/1         is_map/1          is_nil/1          is_number/1       
is_pid/1          is_port/1         is_reference/1    is_tuple/1

However, If I do the same in IElixir, I don't see a list of functions for completion. However it works for when there is only one choice to complete, for example typing is_bool and pressing Tab completes it to is_boolean correctly.

@pprzetacznik pprzetacznik moved this from To do to Backlog in IElixir Kanban board Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

0 participants