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

Improve context awareness of completion #1386

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

plux
Copy link
Contributor

@plux plux commented Oct 3, 2022

Description

Improve context awareness of completion

  • Only relevant type completions should be suggested when in type context (such as -spec, -type, and type definition inside -record).
  • Don't include args in completion when pointer is right before (

Fixes #1252.

- Only relevant type completions should be suggested when in
  type context (such as -spec, -type, and type defintion inside -record).
- Don't include args in completion When pointer is right before (
@robertoaloi
Copy link
Member

Amazing, thanks! 🙏

@robertoaloi robertoaloi merged commit bd7e901 into erlang-ls:main Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

context sensitive completion for functions
2 participants