How can i add a fake class without generate file in source in intellij plugin

已回答

I am trying to add a fake class without generate file in local system storage, because i will use kotlin compiler plugin to generate a class while compiling, but i want it can be indexed in ide. I have found PsiAugmentProvider which can add method to class, but i have no idea about how to add a fake class for current project

1

请先登录再写评论。