How to separate classes into their own individual java file?
已回答
I have multiples classes in one .java file.
I want to isolate those classes into their own individual .java file.
What is the quickest way to do it in Intellij IDEA?
请先登录再写评论。
Refactor | Move.
Thank you.
Don't know how I missed that.