ignatov/intellij-erlang

new function improve

Opened this issue · 0 comments

when you write a new function name, if name begins with letter next function in module started suggest name/arity next function.

example:

han  %%here suggest handle_cast(Request, State)

handle_cast(Request, State) -> 
  {noreply, State}.