Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue with project explorer in Pycharm

Tags:

pycharm

Hi I am using pycharm for python development. While opening my python project in pycharm, it is opening like below image where name of my project is election, and before that the tabs that have appeared are all parent directories. But I don't want to view like this, I want all the folders and files of the my project election, to appear as tree view in left pane. I cannot figure out how to do that.

enter image description here

like image 668
Joy Avatar asked Dec 15 '22 07:12

Joy


1 Answers

File -> Settings -> Project: 'project_name' -> Project Structure -> '+ Add Content Root'

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

like image 195
Marosinho Avatar answered Dec 22 '22 16:12

Marosinho