nvim-lua / wishlist

A public catalogue of Lua plugins Neovim users would like to see exist
MIT License
235 stars 0 forks source link

GotoMeta feature for OmniSharp #14

Open cas1no opened 3 years ago

cas1no commented 3 years ago

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 :)

matu3ba commented 3 years ago

This looks like a shortcoming of your lsp and a plugin would only workaround that. You could use universal-ctags.

hoelter commented 2 years ago

Related: https://github.com/OmniSharp/omnisharp-roslyn/issues/2238

Luxed commented 2 years ago

For anyone finding this issue now, there is a plugin called omnisharp-extended-lsp.nvim that does exactly that.