formulahendry/vscode-auto-close-tag

Undo should not trigger auto tag closing

Offen

#78 geöffnet am 15.03.2018

 (0 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (52 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (180 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide