omnisharp-vim
omnisharp-vim copied to clipboard
Vim omnicompletion (intellisense) and more for C#
Hello. Thanks for this amazing plugin! Works great for me. However, one missing feature is being able to debug tests. I use neovim and it would be nice to be...
When several solutions for a given cs file, solution selection prompts block the UI by being spammed
**In order to reproduce:** ``` let g:OmniSharp_start_server = 0 let g:OmniSharp_selector_ui = '' ``` Have 2 solutions `Foo.sln` and `Bar.sln` for a given `Foo.cs` file in some csproj **Analysis:** At...
I've recently added the plugin to my windows `nvim` installation. Here are the steps I followed: - Installed vim-plug using ```powershell iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |` ni "$(@($env:XDG_DATA_HOME, $env:LOCALAPPDATA)[$null -eq $env:XDG_DATA_HOME])/nvim-data/site/autoload/plug.vim"...
I encountered an issue similar to a few existing ones (https://github.com/OmniSharp/omnisharp-vim/issues/792, https://github.com/OmniSharp/omnisharp-vim/issues/834, https://github.com/OmniSharp/omnisharp-vim/issues/846) but none of the suggestions or fixes resolved my problem. Eventually I discovered a solution in switching...
I am having trouble getting my vim to look like the demo. I tried the demo config and nothings changed. I think highlighting is working along with auto completion and...
## Summary In README.md, it's suggested to install with a plugin manager and answering `y` when prompt. However, this is likely to stock (at least) in Ubuntu 22.04 in WSL2...
**OS:** OSX **Vim:** Neovim v0.9.0 **Dotnet:** 7.0.102 SDK Opening a large monorepo and starting the OmniSharp server (only used the built-in Install command) with: ``` :OmniSharpStartSerever Project.sln ``` Leads to...
MacVim on Ventura 13.1. ``` DEBUG: 'Using vim job_start to start the following command:' DEBUG: ['/Users/frarees/.cache/omnisharp-vim/omnisharp-roslyn/run', '-s', '/Users/frarees/Developer/Unity/sandbox/sandbox.sln', '-l', 'debug', '-e', 'utf-8'] Could not run command: /Users/frarees/.cache/omnisharp-vim/omnisharp-roslyn/run -s /Users/frarees/Developer/Unity/sandbox/sandbox.sln -l...
Hello, I've a problem, with the signature help window, it overlaps with the autocomplete window. Here is what I do: 1. Call signature help in normal mode. 2. Close the...
Unity VS Code extension at new version 2.0.25 (October 07, 2025) generates .slnx solution files instead of .sln or .slnf As I can judge, Omnisharp do not support this format...