vim-cs
Improved syntax highlighting for C# (by jlcrochet)
omnisharp-vim
Vim omnicompletion (intellisense) and more for C# (by OmniSharp)
vim-cs | omnisharp-vim | |
---|---|---|
1 | 26 | |
13 | 1,741 | |
- | 0.8% | |
7.1 | 3.8 | |
10 months ago | about 2 months ago | |
Vim Script | Vim Script | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vim-cs
Posts with mentions or reviews of vim-cs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-05.
-
Does anyone use Vim for C#?
Sounds like a bug. There are usually a few options when dealing with syntax and language specific features. You could find a syntax file for c# and copy it manually into your vim settings. For example: https://github.com/jlcrochet/vim-cs
omnisharp-vim
Posts with mentions or reviews of omnisharp-vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-03.
-
Ryujinx: Experimental Nintendo Switch Emulator written in C#
You can probably use omnisharp-vim (OmniSharp is the same tech that powers VS Code's C# experience).
https://github.com/OmniSharp/omnisharp-vim
-
Understanding the .NET ecosystem: The evolution of .NET into .NET 7
https://github.com/OmniSharp/Omnisharp-vim is a thing, but I don’t know how good it is. I would probably go with VSCode or Rider (and their respective Vim plugins), as they are quite productive for .NET.
-
Are there any Vim C# Azure DevOps/TFVC plugins?
With respect to C#, have you looked at the [OmniSharp](https://github.com/OmniSharp/Omnisharp-vim) plugin?
-
I wanted to work with C#, but it's unnecessarily difficult to be able to compile it on Linux
Then use this if you don't want to use VS Code.
-
C# - Not getting certain auto-completions
There's a language server for vim (and neovim): https://github.com/OmniSharp/Omnisharp-vim
-
How to setup C# (omnisharp) environment MacOS
Are you using omnisharp-vim? It works well in my neovim setup and configuring it was pretty straightforward!
- Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
-
Is it possible to execute multiple code actions at once?
I'm not sure if you are using the omnisharp command as an example or something you'd like to be able to do, but if it's the latter check out omnisharp-vim! I use it as my LSP for C# development and it integrates most all of omnisharp's functionality with neovim very well.
- Visual Studio Code con .NET 7 y C# 11
-
Where to find vim package help ?
So OmnySharp has a help document „integrated“. Just type :h omnisharp-vim into vim and you should see it. Alternatively you can go to https://github.com/OmniSharp/omnisharp-vim/blob/master/doc/omnisharp-vim.txt and look at it there. In general: if a plug-in provides documentation, it’s probably stored under /doc/.txt As the c# langauage server is not a vim plug-in, it does not follow this standard. So I unfortunately can’t help with that.
What are some alternatives?
When comparing vim-cs and omnisharp-vim you can also consider the following projects:
vim-gml - High quality Vim syntax highlighting for Gamemaker studio 2
mason.nvim - Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
dotfiles - my dotfiles and configurations, stored with stow!
vim-razor - Vim syntax highlighting and indentation for Razor markup
vim-go-syntax - Fast, 'tree-sitter'-like Vim Syntax Highlighting for Go
nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!