We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A very popular (and useful) feature among editors is the ability to maintain, display, and navigate an undo tree. This way you can e.g.:
And definitely more. In general, it gives us a way to track changes on a level of granularity too fine for e.g. git commits to sensibly track.
Vim's undotree plugin can offer some inspiration:
(Observe also the fantastic utility here of having #15097)
The text was updated successfully, but these errors were encountered:
for reference (to show that there is demand), here is an equivalent issue in vscode microsoft/vscode#20889
Sorry, something went wrong.
No branches or pull requests
Check for existing issues
Describe the feature
A very popular (and useful) feature among editors is the ability to maintain, display, and navigate an undo tree. This way you can e.g.:
And definitely more. In general, it gives us a way to track changes on a level of granularity too fine for e.g. git commits to sensibly track.
If applicable, add mockups / screenshots to help present your vision of the feature
Vim's undotree plugin can offer some inspiration:
(Observe also the fantastic utility here of having #15097)
The text was updated successfully, but these errors were encountered: