How to separate classes into their own individual java file?
Answered
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?
Please sign in to leave a comment.
Refactor | Move.
Thank you.
Don't know how I missed that.