Hacker News new | ask | show | jobs
by bitslayer 1314 days ago
I am not a JetBrains user, but it looks like that only applies to saved versions? Undo normally holds every typed change. https://www.jetbrains.com/help/idea/local-history.html#resto...
2 comments

You’re usually autosaving. So it’s not every character, but maybe every minute and lots of other logical triggers like running the file. I’ve found it works very well.
In Emacs, if you select a region of text and invoke undo, it applies only to the selected text. Very useful sometimes.
(But also buggy...)