wishlist icon indicating copy to clipboard operation
wishlist copied to clipboard

GotoMeta feature for OmniSharp

Open cas1no opened this issue 4 years ago • 3 comments
trafficstars

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

cas1no avatar Feb 04 '21 08:02 cas1no

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

matu3ba avatar Aug 26 '21 17:08 matu3ba

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

hoelter avatar Jan 17 '22 05:01 hoelter

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

Luxed avatar Aug 06 '22 22:08 Luxed