
-
I've only just come across them, but I assume this could theoretically be achieved with https://github.com/mattn/efm-langserver and https://github.com/jose-elias-alvarez/null-ls.nvim
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
null-ls.nvim
Discontinued Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
I've only just come across them, but I assume this could theoretically be achieved with https://github.com/mattn/efm-langserver and https://github.com/jose-elias-alvarez/null-ls.nvim
-
-
nvim-dap-python
An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
nvim-dap-python is able to detect the current test the cursor is in through tree-sitter, so a similar approach could be used to find out which test you are currently editing and run it asynchronously. That would solve one part of the problem.
-
solargraph_test_coverage
A Solargraph LSP Diagnostic plugin that runs your unit tests in the background and reports line and branch coverage in your text editor.
It's for ruby, but you can check out how I did it: https://github.com/deepdivr/solargraph_test_coverage
-
Check out Vim-test https://github.com/vim-test/vim-test and if c# has something like rsync -- dry-run for tests to retrieve all tests with paths.