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

completions: behaviour callbacks #458

Open
mhanberg opened this issue May 9, 2024 · 4 comments
Open

completions: behaviour callbacks #458

mhanberg opened this issue May 9, 2024 · 4 comments
Labels
completions enhancement New feature or request good first issue Good for newcomers

Comments

@mhanberg
Copy link
Collaborator

mhanberg commented May 9, 2024

Problem

There is not autocomplete for callbacks for the behaviours of the current module.

Solution

When the cursor is in a situation like def | or defp |, the completions should show callback names as candidates.

So for a GenServer, it would autocomplete handle_call, init, handle_cast, etc.

@mhanberg mhanberg added completions enhancement New feature or request good first issue Good for newcomers labels May 9, 2024
@fuelen
Copy link

fuelen commented May 24, 2024

just came to create this issue :)

@nicolasferraro
Copy link

I'd love to tackle this one if it's up for grabs!

@NJichev
Copy link
Collaborator

NJichev commented Jul 10, 2024

Go for it, I don't think anyone's working on this one.

@mhanberg
Copy link
Collaborator Author

@nicolasferraro id hold off actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completions enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants