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

Revert to previous partial symbol on autocomplete #5

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

jgmdev
Copy link
Member

@jgmdev jgmdev commented Feb 14, 2024

This change handles issue reported on lite-xl/lite-xl-lsp#67 by restoring previous partial since the completion request is async and new text could have been written by user while handling the LSP server response, which results in invalid insert positions for the received completion items.

Depends on pragtical/pragtical#66

This change handles issue reported on lite-xl/lite-xl-lsp#67
by restoring previous partial since the completion request is async
and new text could have been written while handling the LSP server
response, which results in invalid insert positions for the received
completion items.

Depends on pragtical/pragtical#66
@jgmdev jgmdev merged commit f0ba12e into pragtical:master Feb 14, 2024
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