FIX: IntelliJ does not show project folders

In this article I will explain how to reset project structure in IntelliJ when its stop displaying folder structure.

  • First open your project

idea1

  • Then go to File > Project>Structure

idea2

  • Now click on Modules then + and New Module

idea3

  • Choose your poject facets (Static Web in my case), and click Next button

idea4

  • Once you have the New Module window as below, give a name to your module, use same name as your folder, then choose your project folder as Content Root and Module file System location

idea5

  • Maybe you will need to overwrite your .iml file

idea6

  • Then click OK (you should have the structure of your project now)

idea7

  • Here we are

idea8

Comments welcome !