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

LSP autocomplete keywords and identifiers #367

Open
b-studios opened this issue Jan 23, 2024 · 0 comments · May be fixed by #384
Open

LSP autocomplete keywords and identifiers #367

b-studios opened this issue Jan 23, 2024 · 0 comments · May be fixed by #384
Assignees
Labels
area:lsp feature New feature or request

Comments

@b-studios
Copy link
Collaborator

b-studios commented Jan 23, 2024

It would be great if our LSP server could support autocompletion. At first, regardless of the cursor position it could autocomplete

  • keywords (probably easiest)
  • identifiers in scope of the file (should also not be that hard)

Later, we can be a bit smarter, though overengineering this might not be worth it given the rapid developments of LLMs.

@b-studios b-studios added feature New feature or request area:lsp labels Jan 23, 2024
@marvinborner marvinborner self-assigned this Jan 23, 2024
@marvinborner marvinborner linked a pull request Jan 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:lsp feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants