如何让 pycharm 不自动插入结束文档字符串?

Jac*_*ley 4 python autocomplete pycharm

我讨厌任何 IDE 中的任何东西,它会插入我没有明确告诉它的任何东西。因此,我已经关闭了我能找到的所有自动完成和自动插入,但我不知道如何为文档字符串杀死它。我输入"""并按下Space它,而是将其放入:

"""
"""
Run Code Online (Sandbox Code Playgroud)

如何关闭此行为?

Pet*_*ood 5

它在:

Editor -> General -> Smart Keys
Run Code Online (Sandbox Code Playgroud)

取消选中 Insert pair quote

也取消选中 Insert documentation comment stub