vote up 4 vote down star
1

At the moment I'm using eclipse with viplugin. I also know about netbeans and its vi plugin. I find both of these IDEs don't really fit my tastes though. Too slow, bad remote editing support. I don't really have time at the moment to set up and try a vim based ide either.

So, what other PHP IDE is available that supports vi key bindings? I'm willing to pay for a commercial one if necessary.

flag

14% accept rate
2  
My coworkers still use vim for all of their php work. What features are you looking for in an IDE that is not offered in vim? – Elijah Apr 22 at 13:34
I don't really have time at the moment to set up and try a vim based ide. I have a feeling it will take a while getting everything put together, and I have doubts that it will satisfy my desire for automatic completion, intellisense and the like. (I know it has key based completion at least) – menko Apr 22 at 21:31
There's not much setup at all. syntax on, filetype on, and run ctags on your code... and you're pretty much golden. Just add to your .vimrc as necessary. Don't worry about making everything perfect right away. – greyfade Apr 23 at 8:01

4 Answers

vote up 3 vote down

I personnaly use netbeans with jvi plugin. The vi emulation of this vi plugin is near perfect, plus you get the very good (and fast growing) Netbeans Ide.

link|flag
Same here, works good. Has some minor issues, but overall a great asset. – dr Hannibal Lecter Apr 24 at 10:01
vote up 2 vote down

check out komodo edit (edit is free, komodo ide is ~$250) from active state (activestate.com). It supports a bunch of dynamic languages (php, python, perl) and has vi and emacs keybindings

link|flag
vote up 2 vote down

I too would be curious as to why VIM is not an option for you. If you have reason to rule it out, that's fair enough - but if not then I'd encourage you to think again about it.

I am a PHP programmer and I currently use VIM as my IDE.

  • Fast (very!)
  • VI key bindings come standard, no setting up necessary
  • Various options for remote file editing

And yeah you still get the omni-completion, file explorer, smart auto-indenting, it's cross platform, etc etc.

link|flag
I'm a sucker for nifty automatic intellisense, completion and the like. How similar is it in a vim setup? – menko Apr 22 at 21:28
vim 7 has omni-completion which is a smart form of autocompletion. I am not a an auto-completion type of person so I don't know much about it. You might need to try it out for yourself. – thomasrutter Apr 27 at 8:15
vote up 1 vote down

Visual Studio has a vi emulator (http://www.viemu.com) available for it.

I'm not sure how well Visual Studio works as an IDE for PHP though. But it's a good IDE in general.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.