csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

Go to decompiled definition doesn't work

Open rudiejd opened this issue 1 year ago • 4 comments

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

rudiejd avatar Jan 11 '24 16:01 rudiejd

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

pritom-5 avatar Feb 08 '24 16:02 pritom-5

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

Je12emy avatar Mar 28 '24 17:03 Je12emy

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

rudiejd avatar Jun 05 '24 13:06 rudiejd