csharp-language-server
csharp-language-server copied to clipboard
Roslyn-based LSP language server for C#
When I attempt to us go to definition, I get the following error: Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/util.lua:1047: Cursor position outside buffer stack traceback: [C]: in function 'nvim_win_set_cursor' /usr/share/nvim/runtime/lua/vim/lsp/util.lua:1047:...
When I do "gi" which is mapped to vim.lsp.buf.implementation nothing happens, there is a way to debug this?? I see no errors but my cursor is not moving to the...
As reported here: - https://github.com/emacs-lsp/lsp-mode/issues/3558 FYI @pro-anon
I'm trying to use coc.nvim with C#, and this appears to be new only supported LSP. I'm on linux and I have the latest Mono SDKs and .NET core 5...
Apologies if this doesn't belong to csharp-ls, but I have no idea where to start looking and would appreciate any hints. I'm trying to get Unity projects to work with...
Unfortunately this language server does not seem to support inlay hints. Below is an example image from google on inlay hints in Rust with neovim:  [Here is an ongoing...
Im on paternity leave starting Wednesday so ill pick up implementing code generator support unless its already in progress
When I use csharpls, and use the jump of nvimlsp, it do not return a decompile file. I see that you have support decompile, I think it should work
Consider the following code: ````c# [Route("Demo")] public class DemoController : Controller { [HttpGet] [Router("DemoOperation")] public IActionResult DemoOperation() { // some logic } } ```` Now try chaning the `[HttpGet]` attribute...
this PR tracks local-ionide-lsp branch