Exuberant
Exuberant

Reputation: 199

Intellij - Use for html,js

Can Intellij IDEA IDE be used for html and javascript? As far as I can see, it does not render html properly.

And I saw Jetbrains has separate IDE(webstorm) for js. But that can be used for only 30 days(not free).

Thanks..

Upvotes: 0

Views: 380

Answers (1)

František Hartman
František Hartman

Reputation: 15086

You are most likely talking about community version of Intellij IDEA. This version doesn't support neither html nor javascript (or related techs like coffee script etc.).

All these are supported in ultimate (paid) version of Intellij.

See Intellij IDEA comparison matrix, Language Support section:

Supported only in Ultimate Edition HTML, CSS JavaScript, CoffeeScript, TypeScript ActionScript Freemarker, Velocity

https://www.jetbrains.com/idea/features/editions_comparison_matrix.html

Upvotes: 2

Related Questions