IntelliJ 13 does not request module creation for new projects

IntelliJ 13 does not request the creation of a module for new projects on top of existing sources. All previous versions of IntelliJ used this, and it was very convenient. Is there a parameter that can restore this functionality with IntelliJ 13?

Edit: To clarify, in my existing directory structure there is a “main” and “test” directory with source code for the main project and its associated source code. Prior to IntelliJ 13, he scanned the root directory for sources and suggested creating a “main” module and a “test” module. This is no longer happening. Intellij simply created one module in the top-level directory.

+3
source share
1 answer

Jetbrains support helped solve the problem. With IntelliJ 13, we need to use the “Import Project” option and specify an existing source directory to scan sources and discover existing modules.

+2
source

All Articles