Search code examples
pycharm

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 ?


Solution

  • It was a corrupted project settings, I had to close PyCharm and remove .idea folder in the project root to make it work.