I have an issue with IntelliJ. It doesn\'t show any folders in my project view on the left. My setting is \"View As: Project\" How can I manage it so that the folders and p
Adding this answer for completeness. I was using 15.0.6 and had this problem. I trued to import a module from Maven or Gradle an it went through the process, but the module did not appear. I tried deleting the .idea file and restarting. Uninstalling and installing the latest version (community 2016.2) addressed the problem.
If you're trying to open a scala/sbt project, the sbt version set in /project/build.properties
must match the sbt version installed on your system or intellij won't detect your project's modules properly.
Once that's done, you can just delete the idea
folder and restart as the other answers suggest.
I faced same issue when i deleted the .idea folder.
However, when I tried to invalidate and re-start, the .idea folder got created again but still the folders were not showing up.
I had to 1.close IntelliJ, 2.delete the .idea folder, 3.launch IntelliJ
This fixed the issue.
OS:Mac && IDE: IntelliJ && Project: Maven build
When importing your project/module be sure to check these two boxes:
So after asking another question, someone helped me figure out that under File > Project Structure > Modules, there's supposed to be stuff there. If it's empty (says "Nothing to show"), do the following: