omnisharp-vim icon indicating copy to clipboard operation
omnisharp-vim copied to clipboard

Vim omnicompletion (intellisense) and more for C#

Results 30 omnisharp-vim issues
Sort by recently updated
recently updated
newest added

I `git clone` the repo, then I try to download roslyn but did not work, after try some solutions explained here, but any work. So, I try to install manually...

``` using UnityEngin.UI ``` If you write something like UnityEngin.** as above, you'll get the following error. ``` The type or namespace name 'UI' does not exist in the namespace...

I've got a video here of what exactly happens. I'll also include my .vimrc and the omnisharp-vim log. The video shows it happening in the initial file I opened, but...

Hey there! Maybe I'm just dumb and didn't know where to look :sweat_smile: but I spent hours trying to figure out (by googling) how to enable static code analysis (like...

Quite often I find myself manually restarting server with 'OmniSharpRestartServer' when there are changes made outside of current buffer. Without doing this autocompletion and code-checks do not work. Examples are:...

It would be nice to use vim's folding feature on C# files

Using the new `.editorconfig` integration, I noticed that items with severity set to `silent` & `suggestion` still show up. I guess `suggestions` are probably intended to show up but `silent`...

Here's a screencast of what is happening, as it's a little hard to describe: https://streamable.com/s/jdt9u/llbvcw.gif I'm using the default omnisharp server, omnisharp-vim, Supertab, and ultisnips. Basically, when I do parameter...

Shougo new plugin replacing Unite is [Denite](https://github.com/Shougo/denite.nvim), from the Readme: `Unite.vim is anything.el like interface for Vim. But the implementation is ugly and very slow. Denite.nvim resolves unite.vim problems. It...

With the announcement recently that the dotnet tooling has went 1.0.0 are there plans to added in support for this. Currently, I'm unable to build a project without a makefile...