-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Support omnisharp-vim features #15
Comments
completion, diagnostics, symbols are already supported. |
BTW, code actions should be working once we have this PR merged: |
I've tried this coc-omnisharp. It now lacks enhanced code highlighting (works in omnisharp-vim), tab completion is collapses methods with similar signature, documentation is shown with escape chars (''). So it looks like this coc plugin is still inferior to omnisharp-vim. |
Same for me. Fact that documentation is shown with escape chars triggers me so much that I can not use this plugin 😄 |
omnisharp-vim appears to offer a lot of LSP features including completion, codeactions, diagnostics, symbols, etc. Could be used here too.
The text was updated successfully, but these errors were encountered: