neoclide/coc-pairs

不能同时删除左右双引号

Opened this issue · 0 comments

您好,最近发现""的表现和其他符号不一样,具体如下:

  1. 除了""之外的符号:
    before: '|' type backspace after: | (同时删除了左右引号)
    before: {|} type backspace after: | (同时删除了左右大括号)
  2. "":
    before: "|" type backspace after: |" (仅删除了左引号)

去除了个人配置和其他plugin后,只保留了coc,现象依然存在