[bean completion proposals] improve performance of additional edits showing up #1477
Labels
for: vscode
something that is specific for VSCode
status: needs-investigation
theme: code completion
theme: performance
type: enhancement
Milestone
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.
The text was updated successfully, but these errors were encountered: