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

The windows change in width and many times word wrap when moving from option to option in the menu. I introduced an error in my NeoVim config to show this...

Hello, I'm not sure quite how to debug this, but here is the issue. When I open neovim, the **first time** and only the first time I call `CodeActionMenu` my...

neovim version: 0.6.0 lsp server: Omnisharp plugin config: ``` g.code_action_menu_show_details = false ``` Actual behavior: ![image](https://user-images.githubusercontent.com/17771546/147296068-6d43f965-583d-4840-9b9a-50be39bbe5d2.png) when select option [1] nothing happens Expected behavior: Adding `using System.Threading.Tasks;` in the beginning...

Is there an option to hide the action kinds in parentheses (as highlighted below)? ![image](https://user-images.githubusercontent.com/31634638/172579588-6fff25d3-ff3d-4a06-b812-7a5f30ab4e29.png)

See the video below https://user-images.githubusercontent.com/12136268/162436742-7b073e5e-34b7-4519-a67c-3d9b5c0cc1a4.mp4

### Main Change - `BaseAction:new` now takes `client_id` in the second index of the table Feel free to make suggestions. Close #49

Some commands on the `ltex` lsp are resolved on the client side. Example: - `_ltex.addToDictionary` - `_ltex.disableRules` - `_ltex.hideFalsePositives` [Docs: ltex commands](https://valentjn.github.io/ltex/ltex-ls/server-usage.html#commands) ```lua local lspconfig = require 'lspconfig' local opts...

![image](https://user-images.githubusercontent.com/15957865/156783206-13905b6e-172b-4875-aef9-7be683b160bb.png) There are two options though. I have to go down with the cursor to see the other one. I'm using the latest nvim version with nvchads configs

Thank you for this plugin, I generally like it very much! I did however run into an issue with the built-in diff capability. I created an Asciinema recording to demonstrate:...

I recently found your plugin and found it very useful but I have some bug related to code action menu here is the screenshot of the menu ![IMG_20211211_183951](https://user-images.githubusercontent.com/80388154/145678094-35456ee8-8a75-4b98-a590-8cc656123066.jpg) I have...