vim-razor
Vim syntax highlighting and indentation for Razor markup (by jlcrochet)
omnisharp-vim
Vim omnicompletion (intellisense) and more for C# (by OmniSharp)
vim-razor | omnisharp-vim | |
---|---|---|
1 | 26 | |
46 | 1,705 | |
- | 0.0% | |
7.1 | 5.2 | |
6 months ago | about 1 year 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-razor
Posts with mentions or reviews of vim-razor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-03.
-
Blazor and Vim
You can use https://github.com/jlcrochet/vim-razor for syntax highlighting. However Omnisharp doesn't support Blazor. According to https://github.com/OmniSharp/omnisharp-vim/issues/546 it doesn't seem like it's getting implemented either.
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-razor and omnisharp-vim you can also consider the following projects:
vim-autoformat - Provide easy code formatting in Vim by integrating existing code formatters.
nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!