How to make vscode stop overriding closing parentheses on insertion

后端 未结 4 971
余生分开走
余生分开走 2021-01-01 09:08

When I try to add closing parentheses, it always override the next parentheses to the right.

Here is a screen capture (it looks like I hit the right-key on the keybo

4条回答
  •  悲&欢浪女
    2021-01-01 09:41

    Try setting:

    "editor.autoClosingBrackets": "never"
    

    to disable the autoclosing brackets feature entirely.

提交回复
热议问题