lspsaga.nvim
lspsaga.nvim copied to clipboard
Not showing typescript refactoring actions like extract to function
Describe the bug
Running:
:'<,'>Lspsaga code_action
Only shows Move to a new file code action
Either by running it as a command, or as a keybinding.
While the native vim.lsp.buf.code_action shows all the possible options:
Steps to reproduce
- Open a TypeScript file
- Select any line with
V - Run:
:'<,'>Lspsaga code_actionor any keybinding you have like:<leader>ca
Expected behavior
the floating window should show all the Lsp options
Neovim version (nvim -v)
0.9.6
lspsaga commit
2198c07
Terminal name/version
Kitty
Hi, any idea if this is possible to fix?
Both, typescript-tools and vtsls code actions aren't shown.
Thanks.