Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript in IntelliJ IDEA Community Edition

Well, I would like to have JavaScript running in my IDE. The question is: how to run JavaScript in Intellij IDEA Community Edition? It is possible or just for the ultimate version? (cause I can't find the javascript and typescripts plugins)....I liked the Jetbrains IDE, but seems that i should go to try VStudio....

I try installing the plugins, but i can't see them on the plugin list. I also read about WebStorm, but I dont want to have another software, I would like to have all the languages in the same IDE

like image 942
Nazareno Mancinelli Avatar asked Oct 25 '25 16:10

Nazareno Mancinelli


1 Answers

JavaScript isn't supported in Intellij IDEA Community Edition. From official documentation:

Javascript and TypeScript - The plugin is available only in IntelliJ IDEA Ultimate, where it is enabled by default.

But there is WebCalm - a 3-rd party plugin (I'm the developer) that adds JavaScript/CSS support for free.

like image 160
Ilya Rodionov Avatar answered Oct 27 '25 05:10

Ilya Rodionov