Problem with a research project in Pycharm

Hi, I am using pycharm to develop python. Opening my python project in pycharm, it opens, as shown below, where the name of my project is an election, and before that the tabs that appeared are all the parent directories. But I don’t want to look like that, I want all the folders and files of my project to be shown in a tree in the left pane. I can’t figure out how to do this.

enter image description here

+4
source share
3 answers

File β†’ Settings β†’ Project: 'project_name' β†’ Project structure β†’ '+ Add content root directory

Here you can set the root directory of the project and you will see the tree structure of your project.

+7
source

:
1) .
2) Windows , Restore Default Layout

, Alt - 1, Project View.

+2

Pycharm β†’ Settings β†’ Search β€œProject” β†’ Project Structure β†’ Add Content Root Directory

+1
source

All Articles