PyCharm 远程解释器不在项目选项卡中显示站点包内容

PyCharm remote interpreter does not show site-packages content in project tab

我已经配置了 PyCharm 远程 docker-compose 解释器,但是我在项目边栏中看不到 remote_sources 文件夹内容,而这个文件夹缓存了 site-packages 文件夹我的 docker 容器!

我的配置:

remote_sources文件夹是空的:

如何在 Project 侧边栏中查看此文件夹内容?我想在我的项目侧边栏中看到 django 文件夹结构。

File >> Settings >> Project Interpreter

您可以使用“包”、“版本”、“最新版本”旁边的加号按钮将任何库导入到您的项目中

PyCharm 在 2019.2 中修复了这个错误:)