-
Notifications
You must be signed in to change notification settings - Fork 46
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
codeAction does not work in Helix editor #28
Comments
Here is
If |
I can try it out tomorrow (hopefully). Thanks for reporting. (edit=None might be ok, because of the “code action resolve” handler, which generates the actual edit after the user selects it (thereby editing lazily).) |
|
Ah dang. Perhaps there’s a way to detect that it’s unsupported and return the edits directly? Or can just wait for Helix to implement that part of the spec. |
I look into it: Maybe we can use this. We can access via |
codeAction does not work in Helix editor.
I can select actions but do nothing. I'm searching now but do you have any idea?
I check the output (
actions
) of here,, the actions returned correctlly.The text was updated successfully, but these errors were encountered: