easy-dotnet.nvim icon indicating copy to clipboard operation
easy-dotnet.nvim copied to clipboard

Neovim plugin written in Lua for working with .Net projects in Neovim. Makes it easier to run/test/build/debug projects

Results 22 easy-dotnet.nvim issues
Sort by recently updated
recently updated
newest added

I am gettings this error when running Dotnet testrunner twice: ``` Error executing Lua callback: .../easy-dotnet.nvim/lua/easy-dotnet/test-runner/render.lua:16: Vim:E95: Buffer with this name already exists stack traceback: [C]: in function 'nvim_buf_set_name' .../easy-dotnet.nvim/lua/easy-dotnet/test-runner/render.lua:16:...

I don't know how hard this could be, but it would be a cool enhancement. I guess we could filter out the โœ” in the buffer (or the corresponding icon)....

In some cases tests does not belong to any namespace. It would be nice to assign these to some sort of default namespace so you can target their execution as...

enhancement

Hi, I want to write tree-sitter language injections to work with sql, json and xml strings that are in a .cs file. Like for example in this plugin https://github.com/ray-x/go.nvim/tree/master/after/queries/go. What...

https://github.com/GustavEikaas/easy-dotnet.nvim/issues/151

Hello, Thanks for the great plugin, it's very helpful to move away from IDEs. ### The bug: I'm facing an issue when using `build_quickfix` & `build_default_quickfix` in Windows (works fine...

improvement for windows support: * normalization of paths obtained via nvim api to always use `/`, which is supported in both linux and windows. * removal of quotes where not...

## Tasks - [x] Add gutter sign for running test - [x] Add keybind for run - [ ] Get end-line from discovery so you can run test from the...

enhancement

Add the ability to run tests from a file or individual test methods. This will be useful in large solutions where the solution has more than 100 projects. It would...