Skip to content
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

Open
aymanbagabas opened this issue Dec 12, 2019 · 5 comments
Open

Support omnisharp-vim features #15

aymanbagabas opened this issue Dec 12, 2019 · 5 comments

Comments

@aymanbagabas
Copy link

omnisharp-vim appears to offer a lot of LSP features including completion, codeactions, diagnostics, symbols, etc. Could be used here too.

@yatli
Copy link
Member

yatli commented Feb 5, 2020

completion, diagnostics, symbols are already supported.
as for CodeActions -- it depends on when Omnisharp decides to bring LSP-compatible code actions into play. Currently, omnisharp seems to support that with custom messages.

@razzmatazz
Copy link

BTW, code actions should be working once we have this PR merged:

@artkpv
Copy link

artkpv commented May 25, 2020

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.

@Tantol
Copy link

Tantol commented Aug 17, 2020

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 😄

@yatli
Copy link
Member

yatli commented Nov 20, 2020

@artkpv @Tantol thanks. I'll make a new work item to reformat the incoming doc string..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants