如何让 pyCharm 停止隐藏(展开) Python 导入?

每次我打开一个 Python 文件 PyCharm 都会隐藏所有的导入和显示:

import ...

编辑内部。

我必须手动展开才能看到导入。在哪里可以找到撤消 import语句自动隐藏的设置?

9558 次浏览

由于这个问题可能对那些不寻找“代码折叠”这个术语的人有用,我将把我的注释作为一个答案。

正如从 网络帮助中提取出来的,但是也在 PyCharm CE 3.4.1上工作:

  1. Open the IDE Settings (File > Settings, or Ctrl+Alt+S).
  2. 在“编辑器”节点下,单击“常规”,然后单击“代码折叠”。“代码折叠”页将显示。
  3. In the "Collapse by default list", select the check boxes to the left of the code constructs you want to be displayed collapsed. So here you can uncheck "Imports".
  4. Apply changes.

下面的图片显示了它的样子:

enter image description here

Pycharm 2016 settings

Actually in pycharm 2016.1 it's Editor -> General -> Code Folding