Class creation
Hi !
I don't know how to add a new class into current project.
I use PsiClass:
PsiElement iclass = psiManager.getElementFactory().createClass("MyClass");
What should I do next?
I want to add the new class into current project.
Thanks, Oleg.
请先登录再写评论。