Hacker News new | ask | show | jobs
by Miyamoto 4621 days ago
Can PHPStorm be considered a full fledged IDE?

I kind of think a full fledged IDE should be capable of multiple languages. e.g. Ruby, Python, HTML5, etc. all in one package.

PHPStorm is a specialized IDE.

2 comments

PhpStorm ships with support for PHP, Javascript, HTML, CSS.

It has plugins for:

* ASP * Behat * CoffeeScript * Gherkin * HAML * Markdown * LESS * YAML * NodeJS * Dart * AngularJS * C/C++ * Mongo * Apache/Nginx * and a lot more ...

Yeah, I'd say it's full-fledged.

it's just a stripped down version of intellij, at a lower price. Pay for intellij and you get all the languages that are supported.
PHPStorm is more focused and coherent and includes some features that IDEA + PHP plugin doesn't, IMO. If I were a full-time PHP developer, I'd use PHPStorm, but for my occasional PHP needs, IDEA + PHP plugin is ideal.

PyCharm is much the same - for full-time Python development, I'd prefer it to IDEA + plugin.