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.
source
share