neoclide / coc-pairs

Basic auto pairs extension of coc.nvim
297 stars 14 forks source link

不能同时删除左右双引号 #92

Open gitzhangzhao opened 10 months ago

gitzhangzhao commented 10 months ago

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

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

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