Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDEs that can embed gVim as editor

Tags:

vim

ide

Are there any IDEs that can embed gvim as its editor? I found PIDA for linux, I'm wondering if there are any windows equivalent for this. I'm not looking for Vi emulation, I am looking for IDEs that can fully embed gVim (so I can use all the Vim plugins).

like image 378
Amjith Avatar asked Nov 17 '09 21:11

Amjith


3 Answers

Other than PIDA the only one I know is eclim which has a couple of modes (control eclipse from vim or embed vim inside eclipse window). I haven't tried it myself but it looks like it supports Windows...

You can find a more comprehensive discussion of this with lots of projects (past and present) here.

like image 86
robince Avatar answered Nov 15 '22 10:11

robince


You can use it with Visual Studio:

visual_studio.vim

like image 26
radical Avatar answered Nov 15 '22 09:11

radical


ViEmu is an add-in for Visual Studio that provides a Vim environment in the editor. It is commercial and highly polished.

like image 2
Phillip Ngan Avatar answered Nov 15 '22 08:11

Phillip Ngan