Reputation: 4838
I used to have my files on the pycharm box on the left of my window, like that :
but now Pycharm displays it under the list of directory :
I can't change of directory on the left part of the window : I have to use the horizontally-stacked list of folders, which is really annoying. Which switch in the conf of Pycharm do I have to check to have the normal behaviour back ?
Upvotes: 11
Views: 10465
Reputation: 1
If .idea folder is not found in your project copy your project folder and rename it from Windows and open your project by Pycharm you will find the project files structure appears and .idea folder is created in your project folder.
Upvotes: 0
Reputation: 4838
It was a corrupted project settings, I had to close PyCharm and remove .idea folder in the project root to make it work.
Upvotes: 36
Reputation: 3650
Please try this in the toolbar : https://www.jetbrains.com/help/pycharm/viewing-structure-of-a-source-file.html
Upvotes: -2