com.intellij.lang.javascript.JavascriptLanguage not found
Hi,
I am a first-time user of IntelliJ IDEA CE 15 and I am trying to compile the handlbars plugin from https://github.com/JetBrains/intellij-plugins/tree/master/handlebars
It cannot find this import:
import com.intellij.lang.javascript.JavascriptLanguage;
Which plugin do I have to install? The readme files don't mention this
Thanks,
Roland
Please sign in to leave a comment.
You must add JAR(s) from JavaScript-plugin (from corresponding IJ installation) to your "IntelliJ Platform SDK".
Thanks for you reply, Yann. That is the same answer as I found on the internet. Unfortunately I have no folder "javascript" or "JavascriptLanguage" in C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 15.0.3\plugins
In Settings - Plugins I find no Javascript, only IntelliLang, which is installed. After "Browse repositories" I find many plugins, which one to install???
Indeed JavaScript plugin is only available in IJ Ultimate Edition respectively in Web/PHPStorm.
Thanks. I was afraid of this. Fortunately the import file is used only in test classes. I commented out the code and could compile the plugin.
That's to say, you can't develop a javascript plugin with Intellij CE? How about i import that jar which lives in webstorm's installation path?