razzmatazz / csharp-language-server

Roslyn-based LSP language server for C#
MIT License
590 stars 38 forks source link

Go to decompiled definition doesn't work #128

Open rudiejd opened 8 months ago

rudiejd commented 8 months ago

When navigating a decompiled source, you can't go to the definition of a type and/or variable

pritom-5 commented 8 months ago

same issue. mason-lspconfig. did you find any solve?

Je12emy commented 6 months ago

I've also had this issue for a while, here is my configuration: https://github.com/Je12emy/dotfiles/blob/main/config/nvim/init.lua#L623

I'm using pcall but I've also tried with a regular require as suggested in the documentation

rudiejd commented 4 months ago

I noticed that, at least for neovim, the textDocument/definition handler is no longer available when you open a decompiled buffer. This might be an issue with https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/ instead of the core language server