Eclipse: Show author of each line in editor?

前端 未结 3 1093
旧时难觅i
旧时难觅i 2021-01-02 01:48

I\'d like to show the name of the author of each line in my Java files. I am already using FishEye (http://www.atlassian.com/software/fisheye/) but I\'d like to have this fe

3条回答
  •  梦毁少年i
    2021-01-02 02:19

    In Eclipse right click on your java class.

    Team -> Show Revision Information

    then right click on the line numbers

    Revisions -> Show Author

    this will give the name of authors for each line.

提交回复
热议问题