How to show the current file being edited in the project view in PyCharm?

I got here, so maybe this will help some other folks like me :

How to show current working file in pycharm Project:

  1. Alt + 1 \ Ctrl + Shift + 1 – open the Project nav bar.
  2. Click the little settings wheel in top right of the project bar
    settings wheel
  3. Mark the "Always Select Opened File".

enter image description here

Now try and navigate to some files and watch them being displayed in the project bar .

Leave a Comment