How to import a directory as a project and make each sub-directory a component?
已回答
How to import a directory as a project and make each sub-directory a component? The directory contains multiple sub-directories, each of which is about a topic/component and may have different (primary) programming language.
If just import the parent directory, it made it a project and the only component.
请先登录再写评论。
Once you import the root directory, go to the Project Structure > Modules and create a new Module for each sub-directory you want to turn into a sub-module. That should do it.