for a better organization of the project I have a class file in a separate directory (same project folder ofc). when i create a new class inside a class file that is in the root directory of the project, i'm able to use "move to new file" option, but when the class is located in another directory i don't have that option. a solution would be to do it manually but i think it's not very clean when the project gets bigger
in short words: i'm only able to move the class if the classfile is in the root directory of the project is there a way to make it possible from all subfolders of the project ?