-
Notifications
You must be signed in to change notification settings - Fork 417
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
LSP: wire up handler for codeAction #1795
Conversation
4b759d3
to
4bb8879
Compare
4bb8879
to
ce4e5d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
@filipw would it be possible to have this one merged before the next release? As it would actually increase usability of the server within LSP context, by providing support for fix-imports and provide access to all other kinds of other refactorings available-at-point in the editor. Or do you wish to release the fix for #1791 first -- to see if something broken by that PR first -- but I would say these two are orthogonal issues. Ditto for #1799 |
Also, I noticed you've already added changelog line for this in your other PR: So I guess I will have to remove my changelog entry to avoid duplicate |
yeah we released already so this is good to merge now, I resolved the conflicts already |
This adds handler for LSP
textDocument/codeAction