It's been a minute since I've developed in Eclipse. Is there an equivalent of IntelliJ's annotate feature?
In essence, you right click on the margin and select annotate. After which in the margin you see who the last people were who made modifications to the code per line (like git's blame).
Other notes:
- Version Control System I'm using is git.
- Eclipse version is Neon.3 Release (4.6.3).
- I have eGit installed.
- I see this is possible with CVS
- Read Eclipse with EGit, git-blame info is hard to see it looks like this was possible with indigo, but I don't see similar options described.