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
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
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.