OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.7k stars 168 forks source link

[Feature request] support for nvim-dap #804

Open WhiteBlackGoose opened 2 years ago

WhiteBlackGoose commented 2 years ago

Hello.

Thanks for this amazing plugin! Works great for me.

However, one missing feature is being able to debug tests. I use neovim and it would be nice to be able to debug tests with nvim-dap.

From what I see, it works with vimspector though, so the request is to add support for nvim-dap too.

image

nickspoons commented 2 years ago

I don't personally use neovim or nvim-dap so I won't be adding that integration. But if you submit a PR I'll be happy to merge it.

WhiteBlackGoose commented 1 year ago

Hey. I'm thinking now, how would I do that? It's made in lua, which is I guess not supported by vim. Should I make a separate plugin for test debugging?

nickspoons commented 1 year ago

That's a valid approach, but I suspect lua plugins can still be called from vimscript. I think this might be more of a question for the nvim-dap team, I really don't know. If it's a matter of including a lua file or two in OmniSharp-vim, that's fine.