Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone know of any (free / open source) VI integration for Visual Studio?

vi is for cool kids.

like image 477
Haoest Avatar asked Sep 21 '08 07:09

Haoest


2 Answers

After @joe's answer, Jared Parsons created the great VsVim. It's been featured on Visual Studio Gallery. It's a ready extension package. I downloaded it, ran the file and it worked out of the box. It's free, too.

like image 167
kizzx2 Avatar answered Sep 20 '22 08:09

kizzx2


Starting with Visual Studio 2010 you can use VsVim. It's a free extension available on the extension gallery. Source code is hosted on github

  • http://github.com/jaredpar/VsVim
  • http://visualstudiogallery.msdn.microsoft.com/en-us/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329
like image 45
JaredPar Avatar answered Sep 21 '22 08:09

JaredPar