We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
goto definition
Potential existing implementations: OmniSharp/omnisharp-roslyn#2080
Potential pitfalls: Don't know :)
The text was updated successfully, but these errors were encountered:
This looks like a shortcoming of your lsp and a plugin would only workaround that. You could use universal-ctags.
Sorry, something went wrong.
Related: OmniSharp/omnisharp-roslyn#2238
For anyone finding this issue now, there is a plugin called omnisharp-extended-lsp.nvim that does exactly that.
No branches or pull requests
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:
OmniSharp/omnisharp-roslyn#2080
Potential pitfalls:
Don't know :)
The text was updated successfully, but these errors were encountered: