Skip to content

[bean completion proposals] improve filtering mechanism to allow continues typing #1517

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

Open
martinlippert opened this issue Mar 18, 2025 · 1 comment
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion type: enhancement
Milestone

Comments

@martinlippert
Copy link
Member

It seems like continues typing while bean completion proposals show up shows weird behavior. The proposals sometimes initially don't show up, then you continue typing, they do not show up, then you stop typing and invoke content-assist manually, they show up.

Most likely this is related to filtering (done by the client) and the prefix. If the bean proposals are not included at a specific place when the completion proposals are show up for the first time, continuously typing does not invoke the completion proposal request via the language servers again. Instead, the client filters previous results down to the additionally typed characters. At least I am guessing that this is related to what I am seeing.

Need to find some concrete situations to reproduce this. Tbd...

@martinlippert
Copy link
Member Author

Latest tests show pretty good behavior here, so moving this out of the release scope into the backlog for additional actions at a later point in time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion type: enhancement
Projects
None yet
Development

No branches or pull requests

2 participants