简体   繁体   中英

Intellij not showing project folders (Python project)

This crops up from time to time. One day when I open Intellij my directory listing of the files are all gone and I just see the top level.
在此处输入图片说明

I see answers for this question for Java but I'm not using Java for anything. Is there any way to fix this besides deleting the .idea/ folder and setting all my preferences again?

Yes, I noticed this as well and I don't use Python. I can agree that the only solution I found was

  1. Close Intellij.
  2. Delete .idea folder
  3. Open project folder again.

Unfortunately in this case we loose our specific project settings.

One thing for Python is that you need to have a python plugin for Intellij IDEA and I noticed that PyCharm works a little bit better (I guess because it is designed for Python). Maybe you could try to change to PyCharm and see if that helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM