-
The volar lsp provide code action capabilities like:
But using lspsaga's code action do not show those code actions. If I run So, how to make it work with lspsaga's code action? |
Beta Was this translation helpful? Give feedback.
Answered by
glepnir
Apr 26, 2023
Replies: 1 comment 3 replies
-
require('lspsaga.codeaction').code_action( {context = { only = 'source'}) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is next version code of code action. this is will work in your situation. please wait I will release this version as fast as i can ..