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

fix(completion/#3009): Handle the 'isIncomplete' flag in suggest results #3054

Merged
merged 16 commits into from
Feb 11, 2021

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Jan 27, 2021

This implements the isIncomplete flag for suggest results, which lets Onivim know it should continue to query for new completion items on each key press.

Todo:

Fixes #3022 (without requiring the config-change workaround)
Fixes #2359

@bryphe bryphe added the WIP label Jan 27, 2021
@bryphe bryphe force-pushed the fix/completion/3009/is-incomplete-handling branch from 81fe9c1 to 103d63a Compare February 10, 2021 22:21
@bryphe bryphe removed the WIP label Feb 10, 2021
@bryphe bryphe merged commit 2ded853 into master Feb 11, 2021
@bryphe bryphe deleted the fix/completion/3009/is-incomplete-handling branch February 11, 2021 15:58
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.

clangd has random includes for auto complete Code completions from vscode-go extension not working properly
1 participant