ale
ale copied to clipboard
LSP completion: Handle isIncomplete
ALE's completion mechanism doesn't seem to support isIncomplete . ALE should re-request completion results after further typing in case the last completion response contained isIncomplete: true. Currently, ALE simply filters the completion list locally.
I've known about this. I haven't bothered to implement it yet. If you'd like to have a crack it it, feel free to create a pull request.
Working on large projects in C I would appreciate if ALE could support LSP isIncomplete and make further requests to retrieve any further completions.