Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP IDE with vi key bindings

Tags:

php

vim

ide

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.

like image 721
menko Avatar asked Apr 22 '09 13:04

menko


3 Answers

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.

like image 150
doubleface Avatar answered Nov 08 '22 17:11

doubleface


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.

like image 22
thomasrutter Avatar answered Nov 08 '22 16:11

thomasrutter


I believe that PHPStorm (paid) from JetBrains has a plugin that will make the editor simulate Vim. The IDE is build on a common base for many of JetBrain's IDEs like IntelliJ IDEA, WebStorm, PyCharm, RubyMine and plugins are shared between them.

Also I would expect the IDE to be pretty good as I have some of their products and I'm very happy with them (JetBrains make good stuff).
I'm not doing PHP anymore so can't speak about the PHPStorm itself, but I'd recommend you give it a try if you can afford it.

http://www.jetbrains.com/phpstorm/

http://plugins.intellij.net/plugin/?webide&id=164

like image 3
Piotr Owsiak Avatar answered Nov 08 '22 16:11

Piotr Owsiak