formulahendry/vscode-auto-close-tag
Undo should not trigger auto tag closing
オープン
#78 opened on 2018/03/15
bughelp wanted
Repository metrics
- Stars
- (180 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Steps to reproduce:
- Copy paste
<div>into editor, and delete>. - Undo, and it auto closes the
divtag.
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.