4

I recently switched to Intellij and i want to know if there is a possibility to display git or svn informations (author name, last commit date ...) associated to a given project file, like Eclipse do :

enter image description here

Thanks in advance

Oussama Zoghlami
  • 1,660
  • 17
  • 24
  • Can you provide an example of what do you wanna to achieve? Screenshot from another program with them or so. From your description I can't understand clearly, what do you want exactly, but as I know IDEA didn't have such things out of box. – Seagull Feb 26 '14 at 11:44
  • i've added a screenshot, hope it's more clear now – Oussama Zoghlami Feb 27 '14 at 10:24

1 Answers1

0

As far as I know, there is no label decoration through hovering on the file, but you can do:

Right-click on the file --> Git --> Show Current Revision

This will show you the commit hash, modified by, date, and commit message.

enter image description here

Working in Idea 14.

riddle_me_this
  • 8,575
  • 10
  • 55
  • 80