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.
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.
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).