where to download com.intellij.lang.javascript.psi

500 views Asked by At

i am reading the source code of eslint-plugin

but when i build it, i get a error "com.intellij.lang.javascript.psi not exist".

the version of intellij idea i use is 14.1.3 ulimate.

2

There are 2 answers

1
Bas Leijdekkers On

You need to create a IntelliJ Platform Plugin SDK and use that for the project. You can create this in Project Structure > Platform Settings > SDKs (Make sure you have the Plugin DevKit plugin enabled).

0
reversebind On

Where intellij is installed eg C:\Program Files (x86)\JetBrains\IntelliJ IDEA 17.xxx

navigate to

lib/plugins/JavaScriptLanguage/lib

the jar is in there.