IntelliJ IDEA Local History: A Life Saver
June 9th, 2007 by Egor MalyshevSome of you may not be aware of the fact that IntelliJ IDEA constantly tracks any changes you make to the project files. On the other hand, people who have used it for a while, call this feature a real life saver. The fact is, that IntelliJ IDEA maintains an internal changelist every time you’re editing, compiling or checking them out from a VCS — with the help of the Local History feature. This is why we decided to film a short live voice demo to get you familiar with the benefits of Local History.
So, what’s in it for you? Simply - you are always on the safe side because you can revert or repeat any change to any file in just few clicks. The Local History is equipped with an advanced Diff Tool which lets you spot the differences at a glance and manage them on the fly.
Local History is your personal VCS which you can use either standalone or in combination with your project VCS like Subversion, ClearCase or Perforce. Either way it extends your capabilities of controlling source code changes and provides more flexible way to managing them.

Watch this feature live in Local History Voice Demo
Tags: Code Assistance

June 10th, 2007 at 8:56 am
Love this feature in Java IDEs. Wish Microsoft Visual Studio had this. Think of adding this feature to ReSharper?
June 10th, 2007 at 10:37 pm
Eclipse is supporting this feature for long time
June 11th, 2007 at 10:58 am
NetBeans 6.0 M9 is also support this feature… and yes, it is very good feature…
June 11th, 2007 at 1:51 pm
It’s a cool feature but it lacks the ability to restore deleted files like the Eclipse one does.
June 11th, 2007 at 4:40 pm
If you have lot of modules open in IDEA and enable this feature sometimes the IDE freezes trying to synchronize it.