weilbith / nvim-code-action-menu

Pop-up menu for code actions to show meta-information and diff preview
MIT License
576 stars 19 forks source link

Omnisharp actions don't work #38

Open Anakael opened 2 years ago

Anakael commented 2 years ago

neovim version: 0.6.0 lsp server: Omnisharp plugin config:

g.code_action_menu_show_details = false

Actual behavior: image when select option [1] nothing happens Expected behavior: Adding using System.Threading.Tasks; in the beginning of a file.

Omnisharp code actions works fine for default code actions in neovim. And this plugin works fine with rust_analyzer.

Also, window for some reason looks quite weird.

MikaelElkiaer commented 2 years ago

I am seeing the same. :/

green726 commented 2 years ago

I have the same exact issue.

ztripez commented 2 years ago

Same issue for me

xToxette commented 2 years ago

For me the exact same thing is happening.

MikaelElkiaer commented 2 years ago

I'd suggest moving to https://github.com/glepnir/lspsaga.nvim, it does the code actions as expected, and a bunch of other stuff. Oh, and combine that with https://github.com/Hoffs/omnisharp-extended-lsp.nvim for go-to-definition for non-local source.

JonasKru commented 1 year ago

Same for me.