Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chtenb/vim-csharp-compiler-plugin

A csharp compiler plugin for VIM.
https://github.com/chtenb/vim-csharp-compiler-plugin

Last synced: 24 days ago
JSON representation

A csharp compiler plugin for VIM.

Awesome Lists containing this project

README

        

NOTE: this plugin is currently added to vim's source. It is not needed to install this manually, if you have an up-to-date vim version.

vim-csharp-compiler-plugin
==========================

A C# compiler plugin for VIM.
There are two compilers supported.
* `msbuild`, the Microsoft .NET compiler for building C# projects.
* `xbuild`, the mono equivalent of `msbuild`.

Load the compiler plugin of your choice in vim like `:compiler xbuild`.