Hacker News new | ask | show | jobs
by roel_v 4876 days ago
The vim editor is awesome, but all this 'bolt on a bunch of stuff to make vim more like an IDE' is misguided imo. If you use Java, use eclim for a vim-like experience in Eclipse; if you use Visual Studio, use viemu.

(that said, I still wrote a vim plugin to display the php manual function declaration in the status bar when you have your cursor nead the name of a vim function... but just because there is no 'real' IDE for php though)

3 comments

> if you use Visual Studio, use viemu.

I recommend vsvim. It is open source and free where viemu costs $99.

http://visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-...

I haven't used it but is PhpStorm no 'real' IDE for PHP? There's a vim plugin for various JetBrains products too (including PhpStorm) and it works well with IDEA.
I worked with Zend Studio around it's 5th release and it was quite ok. Don't know about now, though.