Vim’s built in CSharp/.NET support is a little thin on the ground, so I’ve been writing a plugin to make C# development easier. It’s available on GitHub, and feel free to fork and extend it yourself. At the moment it currently supports:

  • Enhanced syntax highlighting for C#.
  • MSBuild Support for .sln and custom build files.
  • Reporting compiler errors in QuickFix window.

Simple start, but it’s currently functional and I’m using it with my own projects.

Enjoy,