spring-projects / spring-projects/spring-tools
[bean completion proposals] improve filtering mechanism to allow continues typing
@BoykoAlex is already working on this.
Since Mar 18, 2025.
- Dominant language
- Java
- Stars
- 983
- Forks
- 240
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 7
Description
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...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.