Hacker News new | ask | show | jobs
by snarfy 4691 days ago
If you are using vim with C# I highly recommend OmniSharp - https://github.com/nosami/Omnisharp

It provides real intellisense, find usages, etc. It's based on NRefactory.

2 comments

The VsVim extension for Visual Studio is actually quite good too.
Thanks for this. It looks really handy.