IntelliJ does not show project folders

后端 未结 30 2575
孤独总比滥情好
孤独总比滥情好 2020-12-07 07:37

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

30条回答
  •  情书的邮戳
    2020-12-07 07:57

    Even after 5 years, and having some experience with idea, I still have this problem all the times. Here is the simplest solution.

    • Close Idea
    • Delete .idea
    • Start Idea and open project instead of import project

    And then, open conf file for your framework, like pom.xml or build.sbt or build.gradle etc and it will automatically prompts to import project and when you click and when it finishes, your project is mostly setup correct.

提交回复
热议问题