Romain Jouin
Romain Jouin

Reputation: 4838

Pycharm : not displaying files on the left

I used to have my files on the pycharm box on the left of my window, like that : enter image description here but now Pycharm displays it under the list of directory :

enter image description here

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

Answers (4)

Ashraf Al-Warraquiy
Ashraf Al-Warraquiy

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

Willie Chou
Willie Chou

Reputation: 29

Try settings>Editor>File Types>ignore files and folders

enter image description here

Upvotes: 0

Romain Jouin
Romain Jouin

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

Neha
Neha

Reputation: 3650

Please try this in the toolbar : https://www.jetbrains.com/help/pycharm/viewing-structure-of-a-source-file.html

Upvotes: -2

Related Questions