How do I turn off auto-parenthesis generation in Intellij IDEA?

后端 未结 2 1281
名媛妹妹
名媛妹妹 2021-02-11 18:07

When typing a function name (or auto completing) IDEA automatically puts the parentheses after it and puts the cursor between them: foo(|)

I greatly dislike this and wou

2条回答
  •  独厮守ぢ
    2021-02-11 18:23

    I had this problem also but I found the magical switch to disable it. Within Intellij settings, go to: Settings->Clojure (For current project) and you will see a setting checked called: "Use structural editing". Just un-check this option checkbox and you will not have auto-closing paren for a new open paren.

    Jeff

提交回复
热议问题