formulahendry/vscode-auto-close-tag

Undo should not trigger auto tag closing

Open

#78 opened on Mar 15, 2018

View on GitHub
 (0 comments) (2 reactions) (0 assignees)TypeScript (52 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (180 stars)
PR merge metrics
 (PR metrics pending)

Description

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