What "Apply code action" (code_action
) do?
#1156
-
From keymap doc:
But what does the code action really does, dose it complie and execute the code like Coderun.kak? Currently i couldn't figure out how to add a LSP to try it out, even following the guide:
I don't know where to run it... fatal: not a git repository (or any of the parent directories): .git |
Beta Was this translation helpful? Give feedback.
Answered by
sudormrfbin
Nov 24, 2021
Replies: 1 comment 1 reply
-
Code actions are provided by the LSP and should be supported by the particular language's LSP implementation (they are the little light bulbs that pop up beside lines in VSCode if that helps). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NNBnh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code actions are provided by the LSP and should be supported by the particular language's LSP implementation (they are the little light bulbs that pop up beside lines in VSCode if that helps).