Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vi editing for Visual Studio

I'm used to the Vi(m) editor and am using MS Visual Studio 2005 at work. I couldn't find a free Vi add-in (there's only one for the 2003 version). I googled a bit, saw that there was a 'Google summer of code' project this year to write such an add-in, and am eagerly awaiting the result. I've also heard of ViEmu (not free, and I can't test it at work).

Has anyone in my situation has found a solution (and/or tested ViEmu)?

Edit: I can't test ViEmu at work because they are paranoid about what we install on our boxes: it has to go through required channels, and for 30 days I don't reckon it's worth it (and I have no Windows box at home).

Edit: Since both answers were equivalent, I ended up accepting the first one that came in.

like image 349
OysterD Avatar asked Aug 23 '08 21:08

OysterD


People also ask

Can I use Vim in Visual Studio?

Your code is, ultimately, going to consist of a bunch of plain text files (with possibly some assets that are binary, but don't need to be editable). Since that is the case, you can always edit your source code with Vim, and then open Visual Studio to compile/build your project.

Is there a VI for Windows?

Vi is the quintessential Unix text editor. Get to know it—or any of its incarnations, Vim, Neovim, gVim, nvi, or Elvis, for Linux, macOS, Windows, or BSD. Whether you know it as Vim, Neovim, gVim, nvi, or even Elvis, the quintessential Unix editor is easily Vi.

Can I use Vim with VS Code?

Learning Vim can be hard at first. But combining it with VSCode can make that a bit easier - and you get the best of both worlds!


2 Answers

ViEmu works great with Visual Studio. I used Vi(m) strictly in Linux, but I was turned on to bringing the Vi(m) editing process into the Windows world by JP Boodhoo. JP praises about it also.

like image 148
Dale Ragan Avatar answered Sep 23 '22 19:09

Dale Ragan


ViEmu works great. I've been using it for about a year now and couldn't imagine coding in Visual Studio without it.

Why can't you test it at work? It has a 30 day free trial.

like image 25
thelsdj Avatar answered Sep 23 '22 19:09

thelsdj