Reputation: 127
I basically use vim to write some simple C# code snippets. Visual Studio is just too big and heavy for it. I am looking for a plugin that can highlight all the C# keywords and indent properly, code completion is good but not necessary. That's all, no big deal. I am considering I can write one for myself if I don't get what I want here.
Upvotes: 2
Views: 811
Reputation: 1019
There is a Vim extension available for Visual Studio via the Extension Manager (Tools->Extension Manager) called VsVim. I have not tried it myself however.
Upvotes: 2