IntelliJ does not show project folders

后端 未结 30 2476
孤独总比滥情好
孤独总比滥情好 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:51

    I just had the same problem with an SBT project in IntelliJ 2016.2 after removing a globally installed IntelliJ and re-installing in my own home folder (Linux). No files or folders were shown in Project View anymore.

    The Project Structure view wouldn't even open, and renaming the .idea folder to .idea.bak and re-importing the project didn't make any difference.

    However, what fixed it for me was to reboot Linux. Afterwards it worked again, even with the original .idea folder. Seems this "fix" is not only restricted to the Windows world.

提交回复
热议问题