why the compilor can’t resolve this when developing plugin of IDEA
When I am developing a plugin of IDEA, I need to add a depand in plugin.xml.
com.intellij.java
However, the complilor says that it cannot resolve plugin ‘com.intellij.java’ in dependencies.
But when I download others project and find this line in there code, my compilor does not have any error.
what may cause this? The environment? Both two codes are running on my computor.
enter image description here
I want to use PsiJavaFile in my code, and I found in google that I should add com.intellij.java.