-
Notifications
You must be signed in to change notification settings - Fork 34k
Description
Create the functionality of edit location history.
Today has only last edit location.
Eclipse IDE has this funcionality with previous edit location and next edit location.
In menu bar besides Go Back and Go forward include Navigate to last edit location and Navigate to next edit location. The icon is a arrow with asterisk.
Navigate to last edit location: work similar to Go back, but go to last editing code.
Navigate to next edit location: work similar to Go forward, but go to ahead editing code.
Programmers navigate between files to search for business rules and similar codes for reference, which ends up messing up Go Back and Go Forward.
This functionality generates a new history with only the points edited by the programmer.
This functionality is useful for any programming language.