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

Implement completion item selection #108

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

alcarney
Copy link
Member

It's now possible to select and insert one of the completion suggestions shown by the client introduced in #83

This introduces the `EditorView` widget. It's responsible for managing
the `TextEditor` widget and any additional UI elements e.g. completion
suggestions.

This commit tries to lean on the textual framework more, using
`self.run_worker` for communicating with the LSP server in the
background and a custom message for triggering the display of
completion items
@alcarney alcarney merged commit 83db47b into swyddfa:develop Oct 31, 2023
4 checks passed
@alcarney alcarney deleted the client-completion branch October 31, 2023 23:29
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.

1 participant