TechHui

Hawaii's Science, Technology and New Media Community

(and I'm not talking GVIM :P)

I am curious to see if there are other VI users out there... and if so, what IDE/plugin do you use? I'm getting tired of this Eclipse plugin... just wondering if IntelliJ, Komodo, XCode, has (better) support of it. :)

Tags: ide, vi

Reply to This

Replies to This Discussion

Eric Meyer is a VI disciple. He may be able to help.

Reply to This

yay for vi. I just use it straight. It doesnt need any help

Reply to This

In my opinion, code completion, refactoring support, integrated source control and debugging are compelling reasons to learn an IDE. Modern IDEs (Eclipse, IDEA, VisualStudio, etc.) significantly accelerate development and make code safer by providing integrated test support, code hints, etc.

Reply to This

As much as I like vi, I hate to admit this 808blogger, but I'd choose a IDE without vi support because of all the aforementioned that Daniel says. Though, with Rails development, one of my coworkers swears by Pope's plugin (http://rails.vim.tpope.net/) - I still +1 for IDE. :P

Reply to This

I tend to use the editor that is on the machine I am using to do the coding. I really like naked vi and have been using it for 20 years. When I did my Master's I used vi and nroff as my word processor. I also use Eclipse and Visual Studio when they are applicable to the task.

Reply to This

Sam -

I do use this... http://www.satokar.com/viplugin/ when using Eclipse, but I've also been following http://vimplugin.sourceforge.net/wiki/pmwiki.php. Though, http://www.satokar.com/viplugin/ has quite a few implementation flaws.

Reply to This

so upon some advice in here i used kdevelop for a recent project and i must admit i enjoyed it. i have lived in VI for years and got used to doing pointless things like manually aligning code segments etc. I do not like autocomplete though i just cannot get used to it.

Reply to This

Manually aligning code segments! Eek. :)

If you use Vim, check these scripts out, http://gnuvince.wordpress.com/2007/06/09/my-top-5-vim-scripts/. That align script is pretty nifty as well as NERD Comment. :P

Reply to This

One of the nice things about vi (or emacs, or even Textmate) is that you can format your code using an external program, so if you have an external formatter, you can use syntax like:
:!bc

(to format C using the gnu pretty printer)

Reply to This

Reply to This

Intellij is the only IDE that I know of that has decent VI key support... via the IDEA VIM plugin. It's free and it works. Moreover the key binding capability is powerful enough that you can easily customize things to your liking (e.g. you don't automatically lose all of the editor shortcuts when you're in vi mode).


Pat

Reply to This

Reply to This

RSS

Sponsors


web design, web development, localization


Spread Firefox Affiliate Button

© 2010   Created by Daniel Leuck.

Badges  |  Report an Issue  |  Terms of Service