The problem
As we become more adventurous with long command phrases, it becomes more painful to undo a command phrase that has gone wrong. We'd like to be able to undo everything done by a single phrase, even if it corresponds to many edits, potentially across multiple editors
The solution
We should probably implement this one as a separate extension. Seems more generic than just for cursorless
M1: The basics
M2: Other types of actions
M3 Unopened documents
Handle changes to documents that are not open in an editor
M4 Undo tree
The problem
As we become more adventurous with long command phrases, it becomes more painful to undo a command phrase that has gone wrong. We'd like to be able to undo everything done by a single phrase, even if it corresponds to many edits, potentially across multiple editors
The solution
We should probably implement this one as a separate extension. Seems more generic than just for cursorless
M1: The basics
M2: Other types of actions
M3 Unopened documents
Handle changes to documents that are not open in an editor
M4 Undo tree