Visual Studio Code: Disable quote wrapping text selection

后端 未结 3 707
忘掉有多难
忘掉有多难 2020-12-29 17:37

When I want to change from double quotes to single quotes, I\'m used to selecting the double quote, and then type a single quote. I\'m intending to use the overwrite feature

3条回答
  •  半阙折子戏
    2020-12-29 18:33

    I found this question via Google and the selected answer didn't work for me. I'm using VSCode version 1.27.2, and for me the I had to disable the Auto Surround option.

    "editor.autoSurround": "never"
    

提交回复
热议问题