简体   繁体   English

在 PyCharm 中看不到 pyc 文件

[英]Cannot see pyc files in PyCharm

I am using PyCharm for a project and I need to access pyc files.我在一个项目中使用 PyCharm,我需要访问pyc文件。 Unfortunately, IDE seems not to show pyc files nor __pycache__ , even in searches with double Shift .不幸的是,IDE 似乎既不显示pyc文件,也不显示__pycache__ ,即使在使用双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?您知道如何在 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.从列表中删除*.pyc__pycache__以查看文件。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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