Getting Classes in a project from plugin

已回答

Get Build time (Classes in the same project or classes in the dependency) classes to use getters and setters to generate functionality based on that in a plugin

0

Please explain in more detail what classes exactly you what to search for - all classes, subclasses of X, annotated classes,.... ?

0

All classes of the project and also the project dependencies.

0

Use com.intellij.psi.search.searches.AllClassesSearch and specify com.intellij.psi.search.ProjectScope#getAllScope

1

Thanks for the support Yann Cebron. It worked. 

0

Yann Cebron tried to port the code to intellij version 2020.2.4. AllClassesSearch class not available.

0

请先登录再写评论。