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

0
5 comments
Official 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???

0

Indeed JavaScript plugin is only available in IJ Ultimate Edition respectively in Web/PHPStorm.

0

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.

0

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?

0

Please sign in to leave a comment.