msaraiva / atom-elixir

An Atom package for Elixir
MIT License
408 stars 27 forks source link

Allow not autocompleting arguments #50

Closed aeons closed 6 years ago

aeons commented 7 years ago

Functions usually have optional arguments, but when you autocomplete functions, all arguments are autocompleted as well.

It would be nice to have an option to only autocomplete the function names, maybe with an option to add parentheses or not.