You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…_from_iex
* port elixir iex autocomplete tests form 1.2 branch
* Only expand Erlang modules when ':' is a prefix
* Improve expand to handle '&'.
* Port changes from update iex autocomplete to show new functions in reloaded modules
* cleanup and comments added
* Port resolves issue with autocompletion on structs not working
* Stop appending a trailing dot when autocompleting modules
* Tidy up trimming of leading & and % chars
* Only expand aliases known at compile time
* Skip autocompletion of module names that are invalid without being quoted
* Ensure module is loaded before function exported check
* port podernizations
* properly translate new docs api to old format
* add integration tests
* update no longer valid doc
* remove buildins
* fix crash in split_mod_quoted_fun_call when splitting unknown module function call
* fix annoying %Struct.__struct__ expansion
Migrated from vscode-elixir.
I see the
handle_call
autocomplete option when I have the following code snippet:However, I when I autocomplete
handle_call
by hitting enter, I get:with the extra space before the function name and lack of the
def
keyword.When I autocomplete with the
def
keyword (i.e. fromdef handle_call
), I get:The same problem also exists for
handle_info
andhandle_call
.Please let me know whatever other information you would like from me. Thanks!
The text was updated successfully, but these errors were encountered: