We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is not autocomplete for callbacks for the behaviours of the current module.
When the cursor is in a situation like def | or defp |, the completions should show callback names as candidates.
def |
defp |
So for a GenServer, it would autocomplete handle_call, init, handle_cast, etc.
handle_call
init
handle_cast
The text was updated successfully, but these errors were encountered:
just came to create this issue :)
Sorry, something went wrong.
I'd love to tackle this one if it's up for grabs!
Go for it, I don't think anyone's working on this one.
@nicolasferraro id hold off actually.
No branches or pull requests
Problem
There is not autocomplete for callbacks for the behaviours of the current module.
Solution
When the cursor is in a situation like
def |
ordefp |
, the completions should show callback names as candidates.So for a GenServer, it would autocomplete
handle_call
,init
,handle_cast
, etc.The text was updated successfully, but these errors were encountered: