formulahendry/vscode-auto-close-tag

Undo should not trigger auto tag closing

オープン

#78 opened on 2018/03/15

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)TypeScript (52 件のフォーク)github user discovery
bughelp wanted

Repository metrics

Stars
 (180 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Steps to reproduce:

  1. Copy paste <div> into editor, and delete >.
  2. Undo, and it auto closes the div tag.

This seem to be a quite dangerous behavior to me, because sometimes I would rely on redo to do some dangerous temporary rolling back for testing purpose. And this behavior could clean the redos.

コントリビューターガイド