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

Vim omnicompletion (intellisense) and more for C#

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

Hi everybody, I am trying to use omnisharp-vim for the first time, so i am on Archlinux, and i installed it on my system from this aur package : https://aur.archlinux.org/packages/omnisharp-vim-git...

This PR introduces a new test runner window. It displays the tests and their state ("not run", "running", "passed" and "failed") using syntax highlighting, leaving previously run tests in the...

During the recent refactorings, we have removed support for the legacy server, OmniSharp-server. As part of this, the `:OmniSharpBuild` commands have also been removed - OmniSharp-roslyn does not have `/build`...

I am a bit new to VIM and still trying to get my set up going. Prior to omnisharp-vim I had Vim's LSP configured with Telescope as a selector. Can...

This PR adds command `:OmniSharpFold` to provide OmniSharp-roslyn backed folding, using a `/v2/codestructure` call to find all ranges in the file, and then build folds based on these. Currently any...

Tried to run `OmniSharpInstall` today and it didn't work, just complained that it couldn't unzip the file. Looking at the file it was obvious why, it simply contained a single...

I just installed Arch WSL2 and tried to use omnisharp-vim from neovim with the same configuration as in WSL1. On the first start, the OmniSharp.exe binary is successfully installed in...

Hi! I was having an issue where when there are multiple solutions it didn't start OmniSharp after I selected the solution. It looked like the issue was that the job...

Given a server was requested to start When the projects are done loading Then any existing buffer whose path is under one of the projects should be associated with the...

In Visual Studio you get suggestions for all types, even if they are not imported. How to do it in omnisharp-vim?