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

后端 未结 2 1283
名媛妹妹
名媛妹妹 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

    0 讨论(0)
  • 2021-02-11 18:24

    Disable Insert pair bracket:

    Insert pair bracket

    0 讨论(0)
提交回复
热议问题