I once used phpStorm (before I switched to Vim). I really liked the way phpStorm could reformat your code. (phpStorm would format right before you commit your change). Does Vim have a reformat plugin like phpStorm?
-
3For those of us who have never used that IDE, could you provide a before/after example of what it does?romainl– romainl2012-01-03 16:46:37 +00:00Commented Jan 3, 2012 at 16:46
-
Do you really need to use Vim for PHP? I can't see any use cases where it offers an advantage over PHPStorm if you're writing PHP code. If you just like the way it does things, PHPStorm has Vim keybindings, so you can use all the same shortcuts. Also, you have syntax highlighting, code inspections, error highlighting etc that Vim can't do. All in all, I find it's very hard to get the same amount and quality of PHP code done in the same time using Vim.Matt Gibson– Matt Gibson2012-02-28 17:37:38 +00:00Commented Feb 28, 2012 at 17:37
Add a comment
|