Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse code line change

I often switch from Eclipse to Netbeans and back. There is a feature in Netbeans that allows you to see changed lines in code due to repository.

Example: enter image description here

Is there something similar in Eclipse?

like image 533
hexin Avatar asked Jun 25 '26 08:06

hexin


1 Answers

Yes, right click the file Team -> Show Annotation... When you hover over the colored line numbers you see the committing user and the commit message. If it is a local change it is just white.

Annotations

like image 58
Kai Avatar answered Jun 27 '26 01:06

Kai