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

Omnisharp actions don't work

Open Anakael opened this issue 3 years ago • 6 comments

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.

Anakael avatar Dec 23 '21 22:12 Anakael

I am seeing the same. :/

MikaelElkiaer avatar Jan 10 '22 19:01 MikaelElkiaer

I have the same exact issue.

green726 avatar May 30 '22 18:05 green726

Same issue for me

ztripez avatar Jul 01 '22 18:07 ztripez

For me the exact same thing is happening.

xToxette avatar Sep 07 '22 13:09 xToxette

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.

MikaelElkiaer avatar Sep 07 '22 17:09 MikaelElkiaer

Same for me.

JonasKru avatar Mar 16 '23 12:03 JonasKru