区分 PyCharm 上的 2 个同名目录

Differentiate 2 directories on PyCharm with the same name

我正在使用 PyCharm 进行 Django/Python 项目。在我的项目中,有两个目录,名为 helloworld 和 HelloWorld。在PyCharm的左边,在我的项目树中,我只能看到其中一个,谁知道如何同时看到2个?两者包含不同的东西。

目录文件夹:

PyCharm 文件夹:

我找到了解决方案,在 Pycharm > 帮助 > 编辑自定义属性中,输入:

idea.case.sensitive.fs=true

现在我可以看到 2 个同名的目录,区分大小写。