When comparing Aptana Studio vs IntelliJ IDEA, the Slant community recommends IntelliJ IDEA for most people. In the question“What are the best IDEs for Node.js?” IntelliJ IDEA is ranked 8th while Aptana Studio is ranked 17th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Available in standalone and Eclipse plugin versions
Aptana Studio has standalone (130.7 MB for Windows) and Eclipse-plugin versions.
Pro HTML5-aware code assist
Aptana's code assist displays which tags are supported by which browsers.
Pro Support for web projects
Aptana was specifically created for web application development. It supports a variety of languages such as HTML, CSS, JavaScript, PHP, and Ruby.
Pro Built-in terminal
Has a built-in terminal emulator from which you can run commands.
Pro Free and open source
Aptana is available for free under the GPL license with source code available on GitHub.
Pro Git integration
Aptana provides integrated support for Git to make collaboration and version control easier.
Pro Great Java Support
Pro A good editor for test-driven development
IntelliJ IDEA is really easy to work with when it comes to test-driven development in Java and JavaScript/TypeScript.
Pro Great JavaScript support
Pro Markdown support with preview
Pro Supports PHP quite well
Pro Great TypeScript support
Really good support for importing classes, libraries, etc. into a typescript class. Making it easy to do TDD.
Pro Good BASH script support
Pro Angular CLI support
Pro Made by developers for developers
It can make one more efficient, but also can get one way too used to shortcuts, autocomplete, and easy debugging.
Cons
Con Many dependencies
Aptana has a couple of dependencies to keep in mind.
It is built with Java and and has some requirements for the JDK version.
Aptana requires Git, and Eclipse 3.5+ if you are installing it as an Eclipse plugin.
Con No longer updated
Language support is increasingly dated.
Con Is not free
But it does have a free version (Community Edition).
Con Heavy
Consumes more resources than VSCode etc. But depending on your use-case, it can still be worth it for the benefits you get with this editor.
Con Autocomplete does not work while IntelliJ is indexing
But this, in general, is not much of an issue. Usually after npm install, etc.