Live data from Hacker News

Ask HN: Who uses PHPStorm?

news.ycombinator.com

1–10 of 15 posts

Re: Ask HN: Who uses PHPStorm?

#3
I used to use it when I was exclusively coding php/html/css. Now have switched to intellij. It covers most of the things PHPStorm/WebStorm provides ... plus other languages.

Also started using gogland for go projects.

To compare with other IDEs, I think the best way is to choose one (any one ide), and become fluent in it.

Whatever other IDE you compare against, will always look mediocre because "this IDE didn't have a shortcut for that action". I have seen people using idea like a general/not so intelligent IDE, where they just edit text there and not use any other feature !

Re: Ask HN: Who uses PHPStorm?

#5
I use it daily, both at work and home. I would consider it the best tool for PHP development - powerful IDE, extendable with a plethora of plugins (composer, gulp, npm things; laravel thing resolving).

I don't really use the Database tool, I'm not even sure if it exists anymore in the IDE since they released DataGrip.

Debugger tool is great but for non-objective reasons I liked Visual Studio's more (not for PHP).

In overall, it does everything that it should AND more. You can usually drop other software and just use PHPStorm for most of your development needs. Similar things can be said about other IntelliJ products.

Re: Ask HN: Who uses PHPStorm?

#7
I use it daily and I think it is among the best IDE I have ever used because of the exceptional code complete and debugging features. It pays a lot to learn the keyboard shortcuts and setup live templates because those will save you a lot of time.

Re: Ask HN: Who uses PHPStorm?

#8
Been using it almost daily for overa year now and love it. Was previously on Netbeans which feels ancient in comparison (though I didn't mind at the time). Was well worth the small amount I paid/pay.

Re: Ask HN: Who uses PHPStorm?

#10
i use it occasionally. not using debugger neither the database tool as they don't fit well into my workflow. it has a great wordpress support, what is something i really like about it. could be a bit sluggish on less powerful machines though
Post reply on HN