Hi there,
I just set up vim to work well with C#, using OmniSharp (https://github.com/OmniSharp/omnisharp-vim) and YouCompleteME (https://github.com/Valloric/YouCompleteMe). I get code completion for standard .NET-stuff in vim.
However, there is no code completion for MonoGame, and I am not sure how to set it up. Is it possible? If so, how?
Everything else works well (compiling monogame projects with xbuild and running them), I just miss the autocomplete!
Thank you!