nvim-code-action-menu
nvim-code-action-menu copied to clipboard
Pop-up menu for code actions to show meta-information and diff preview
Same error ``` jdtls: -32601: No delegateCommandHandler for java.action.generateConstructorsPrompt ``` I checked this with just code_action and it works well I tried to find reason but for now I have...
vue3 + ts nvim 8.0+
`Server of client 'tsserver' returned error: Request textDocument/codeAction failed with message: context.diagnostics.map is not a function` I only installed it and hit `:CodeActioMenu` in a ts file. Maybe the should...
Fixes #60
Hi, I have noticed an issue when using umlauts e.g. äöü. The changed text is inserted before the point it should be.  I think the columns...
I've remapped the j key to trigger the `pechorin/any-jump.vim` plugin. I see that there is a line ``` call feedkeys('jk') ``` Is this necessary? Is there anyway to fix this?...
Foremost, thanks a lot for making this plugin available to all neo-vimmers out there! The actions displayed by the code actions menu work most of the time, except for the...