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

[bean completion proposals] improve performance of additional edits showing up #1477

Open
martinlippert opened this issue Feb 11, 2025 · 1 comment

Comments

@martinlippert
Copy link
Member

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.

@BoykoAlex
Copy link
Contributor

Hmm... I don't know how much we can do here. There might be an option to show the main edit with the additional edit to appear simultaneously at the time when the additional edit usually shows up, i.e 300-400ms after the proposal is invoked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants