visual-studio-codepluginsundoundo-redo

Is there an undo-tree plugin for VS Code?


In Vim there's undotree and similar plugins for keeping track of all undos and redos you do.

That's in my opinion invaluable when debugging and experimenting with code.

Is there a similar plugin for VS Code?


I'm not looking for a Vim-based solution, because I'm not the one in need for it. I'm just fine with using terminal Vim. The point is how can a VSCode non-Vim user have full control of the history of changes, just like Vim undotree plugin allows to do in Vim?


Solution

  • Upon looking through the VS Code Extension list, I found something that might work: https://marketplace.visualstudio.com/items?itemName=UndoTree.undo-tree It is pretty primitive, however. Cheers!