This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Omnisharp actions don't work #38
Comments
I am seeing the same. :/ |
I have the same exact issue. |
Same issue for me |
For me the exact same thing is happening. |
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. |
Same for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
neovim version: 0.6.0
lsp server: Omnisharp
plugin config:
Actual behavior:
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.
The text was updated successfully, but these errors were encountered: