简体   繁体   中英

Cannot see pyc files in PyCharm

I am using PyCharm for a project and I need to access pyc files. Unfortunately, IDE seems not to show pyc files nor __pycache__ , even in searches with double Shift . I cannot find settings or documentation about it. Do you have any idea on how can I show these files and folders in IDE?

The setting you are looking for is Settings... | Editor | File Types | Ignore Files and Folders . Remove *.pyc and __pycache__ from the list to see the files.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM