-
Notifications
You must be signed in to change notification settings - Fork 29
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
Improve CodeAction performance with CodeAction#data & resolveCodeAction #171
Comments
datho7561
added a commit
to datho7561/vscode-microprofile
that referenced
this issue
Oct 5, 2022
See eclipse/lsp4mp#171 Signed-off-by: David Thompson <davthomp@redhat.com>
This was referenced Oct 5, 2022
datho7561
added a commit
to datho7561/lsp4mp
that referenced
this issue
Oct 14, 2022
Resolve workspace edits only when the code action is applied for all code actions for Java files that modify source files. This should increase the performance of editing Java files with lsp4mp active, since the edits of all the code actions don't need to be computed. I also adjusted the title of the "Add @operation annotation" code action to include the class that the code action will apply to. Closes eclipse#171 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lsp4mp
that referenced
this issue
Oct 14, 2022
Resolve workspace edits only when the code action is applied for all code actions for Java files that modify source files. This should increase the performance of editing Java files with lsp4mp active, since the edits of all the code actions don't need to be computed. I also adjusted the title of the "Add @operation annotation" code action to include the class that the code action will apply to. Closes eclipse#171 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/lsp4mp
that referenced
this issue
Oct 14, 2022
Resolve workspace edits only when the code action is applied for all code actions for Java files that modify source files. This should increase the performance of editing Java files with lsp4mp active, since the edits of all the code actions don't need to be computed. I also adjusted the title of the "Add @operation annotation" code action to include the class that the code action will apply to. Closes eclipse#171 Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561
added a commit
to datho7561/vscode-microprofile
that referenced
this issue
Oct 17, 2022
See eclipse/lsp4mp#171 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
that referenced
this issue
Oct 19, 2022
Resolve workspace edits only when the code action is applied for all code actions for Java files that modify source files. This should increase the performance of editing Java files with lsp4mp active, since the edits of all the code actions don't need to be computed. I also adjusted the title of the "Add @operation annotation" code action to include the class that the code action will apply to. Closes #171 Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr
pushed a commit
to redhat-developer/vscode-microprofile
that referenced
this issue
Oct 19, 2022
See eclipse/lsp4mp#171 Signed-off-by: David Thompson <davthomp@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See my lemMinx comments eclipse-lemminx/lemminx#941 (comment)
The text was updated successfully, but these errors were encountered: