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

Add handling of terminators to cursor_context #14392

Closed
josevalim opened this issue Apr 3, 2025 · 0 comments · Fixed by #14414
Closed

Add handling of terminators to cursor_context #14392

josevalim opened this issue Apr 3, 2025 · 0 comments · Fixed by #14414
Milestone

Comments

@josevalim
Copy link
Member

Elixir and Erlang/OTP versions

All

Operating system

All

Current behavior

Currently we don't provide any specific completion suggestions after ) and friends.

Expected behavior

At the right side of ), ], }, >>, ', ", /, an atom or a number, we can only have a binary operator or one of the keywords (do, end, after, rescue, catch else), so we should emit a special instruction in order to provide better autocompletion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant