nvim-code-action-menu icon indicating copy to clipboard operation
nvim-code-action-menu copied to clipboard

Pop-up menu for code actions to show meta-information and diff preview

Results 27 nvim-code-action-menu issues
Sort by recently updated
recently updated
newest added

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...

`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...

Hi, I have noticed an issue when using umlauts e.g. äöü. The changed text is inserted before the point it should be. ![Screenshot from 2022-10-17 23-53-59](https://user-images.githubusercontent.com/23581448/196291058-4b378a0f-39dd-4fd3-999c-704158b76f66.png) 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...