spring-projects / spring-projects/spring-tools
[bean completion proposals] improve performance of additional edits showing up
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 983
- Forks
- 240
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 7
Description
There is a significant lag between the completion being activated and the additional edits showing up in the editor. This causes a slightly weird and irritating moment, since additional text edits happen in the editor at a moment that is somewhat disconnected from the user interaction (of selecting the proposal). This lag also causes difficulties in a fast and fluent editing experience, for example when adding a method invocation to the bean variable that got introduced by the completion.
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.
Research direction
Start at the bean completion proposals entry point and investigate the timing between proposal activation and additional edits appearing in the editor. Reproduce the lag while adding a method invocation to the introduced bean variable; done means the additional edits appear without a noticeable delay or disconnect from the selection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- performance, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100