如何阻止PyCharm自动完成类方法?

时间:2014-05-02 16:13:03

标签: intellij-idea pycharm

当我输入:

def method(,PyCharm跳入def method(self):。我想禁用此行为。

3 个答案:

答案 0 :(得分:4)

该选项位于:

设置>编辑>智能钥匙>插入自我...

答案 1 :(得分:1)

转到文件>设置(或 Ctrl + Alt + S )> [IDE设置]>编辑>代码完成

“Autopopup code completion”设置将确定弹出窗口是否自动打开。在它下面,“通过键入点,空格等插入所选变体”可能是您要关闭的设置。

答案 2 :(得分:1)

In PyCharm 2017.1

File -> Settings -> Editor -> General -> Smart Keys -> "Insert 'self' when defining a method"