Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA not showing my module/project

Tags:

Suddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know how to get my module back, because it is not being shown: enter image description here

Do you know how can I see my project folder back?

Thanks

like image 664
stack man Avatar asked Nov 20 '14 12:11

stack man


People also ask

Why project structure is not showing in IntelliJ?

Restart IntelliJ. Verified that the project root folder now appeared (in Project Settings > Modules) Toggle On the toolbar buttons (i.e. 1. Project Structure) to display on the left sidebar (clicked View > Toolbar Buttons until tick appears)

How do I see all IntelliJ modules?

In the Project panel, right click to see the context menu. Select "Open Module Settings" Select the Module that is not shown in the tree view.

How do I mark a project as module in IntelliJ?

From the main menu, select File | Project Structure, or press Ctrl+Alt+Shift+S . Click Modules under the Project Settings section, and then select a module.


2 Answers

This is way late, but deleting my .idea folder did the trick.

  1. Close IntelliJ
  2. cd <project-path>
  3. rm -rf .idea
like image 81
Tyler Avatar answered Sep 28 '22 12:09

Tyler


You can go to File-> Project Structure and then define it as a Source Folder

like image 38
dev Avatar answered Sep 28 '22 12:09

dev