0

I am working with PyCharm on a Mac and for some reason, it does not show filename extensions for certain file types when I'm using the "Search Everywhere" functionality.

Search Everywhere does not show filetype extension for Python file

As you can see in this example, the file ending .txt for requirements.txt is being displayed, but the .py extension for restapi_test.py does not show up. I would like to see the file extension for all files.

I thought it might be coming from Mac, but I also enabled file extensions there as well.

Enabled file system extension display on Mac Finder

Any idea why this is happening? Is there a setting that changes this behavior or is it a bug?

Alexander Pacha
  • 9,187
  • 3
  • 68
  • 108
  • Presumably it doesn't bother to show `.py` because most of the files in your PyCharm project are Python files. – jonrsharpe Sep 21 '20 at 08:12

1 Answers1

1

Known issue https://youtrack.jetbrains.com/issue/PY-32404, please vote for it (thumbs up near the title)

user2235698
  • 7,053
  • 1
  • 19
  • 27