OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.7k stars 169 forks source link

Auto-complete working but omnisharp can't detecta and show file error #812

Closed mnajj closed 1 year ago

mnajj commented 1 year ago

When I open .cs file omnisharp loads and provide auto-complete, but when I make some errors like forgetting a semicolon at the end of a line omnisharp doesn't show or indicate the error. I use Neovim on windows 10 and my init.vim doesn't contain any configuration for the extension. Update: I tried the plugin in Linux arch and still facing the same issue.

mnajj commented 1 year ago

I just discovered ALE. I installed it and it works.