
I’ve been looking for a way to have VIM functionality inside Eclipse for a long time. SlickEdit has it, sort of, but it’s prohibitively expensive and ugly. And then I saw this nifty little vimplugin sourceforge project and got my hopes all up. Sadly, it’s not quite there yet. After figuring out how to associate *.cc files to the Vim plugin (note to vimplugin guys: Maybe stick a README or some docs on how to use the plugin in the tarball?), I saw that I was unable to open more than one VIM tab in Eclipse at a time. In addition, there is no contextual/outline view associated to the code once you’re in the VIM editor as there is with the CDT C++ editor.
*sigh*
Back to the drawing board.
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
I’ve been using viPlugin (http://www.satokar.com/viplugin/) for some time. It works OK but have some nasty bugs that made me abandon Eclipse for Netbeans (the have the lovely jvi plugin). So until there is a better solution I will stick to Netbeans (I really need good vi editor). I don’t know how the C++ support works in Netbeans as I’m using Java.
Tuesday February 12, 2008 at 4:22 pm