com.intellij.psi.PsiAnnotation not found

已回答

I'm trying to update a plugin (intellij-lsp) that has gone a bit stale, mainly to use as a jumping-off point for creating a new LSP-based plugin for Julia language support. One class makes reference to com.intellij.psi.PsiAnnotation and com.intellij.psi.PsiAnnotationOwner, but I can't find these classes anywhere. Where have they gone?

Thanks,

-Randy

0

Solved, just needed to add "java" to ideaInternalPlugins in build.sbt.

0

请先登录再写评论。