Whenever I try to import(using File -> Open -> pom.xml) an existing maven project into IntelliJ IDEA, it starts resolving dependencies immediately but wouldn't show the source code(files/folders) until the fetching process completes.
I want to override this behavior but couldn't get any info over the web, is there a way to achieve this...? I want to see source code files right after import while maven dependency resolution and indexing is happening in background .
Thanks