wishlist
wishlist copied to clipboard
GotoMeta feature for OmniSharp
What? The main idea is to extend the built-in lsp functionality, to get better experience while working with C#.
Why?
Now I cannot goto definition for the precompiled files (like *.dll), so this is a very annoying limitation.
Potential existing implementations: https://github.com/OmniSharp/omnisharp-roslyn/issues/2080
Potential pitfalls: Don't know :)
This looks like a shortcoming of your lsp and a plugin would only workaround that. You could use universal-ctags.
Related: https://github.com/OmniSharp/omnisharp-roslyn/issues/2238
For anyone finding this issue now, there is a plugin called omnisharp-extended-lsp.nvim that does exactly that.