csharp.nvim icon indicating copy to clipboard operation
csharp.nvim copied to clipboard

Neovim plugin written in Lua, powered by omnisharp-roslyn, that aims to enhance the development experience for .NET developers.

Results 11 csharp.nvim issues
Sort by recently updated
recently updated
newest added

Hi I am having issues with the Go To Definition function. It works just fine for the local codebase - however when trying to open classes from other packages I...

I tried to develop the feature request in #6

So it seems like debugging is not working. If I use the debug_project() -> Launch -> Choose my project, nothing happens and it stops there. When I use run_project(), I...

I found out about this plugin on the internet yesterday and it's very good, but i have some issues, 1. Whenever i save, neovim spits out the errors bellow. 2....

bug

I tried to integrate the new roslyn LSP but can't get it to work yet. The LSP seems to launch without issues; however, it never sends a `workspace/projectInitializationComplete` server event,...

help wanted

Hello, first of all let me thank you for creating such a plugin. For me, it's an amazing coincidence to encounter this because nowadays I am in the middle of...

help wanted

Expose some way to load secrets.json into a buffer. e.g require("csharp").load_secrets() Will prompt which project to open secrets for with a selector. When choosing one, resolve the file and load...

enhancement

it's basically a fix based on the answer of "[b3b00](https://github.com/b3b00)". file:close doesn't always returns three values. This is only the case, when file:close returns false. It now actually starts on...

It would be nice to be able to manage NuGet packages for a given project/solution. The ability to add/update/remove and also seeing outdated packages as well as ones with vulnerabilities

It would be nice to be able to run a unit test or an entire suite of unit tests