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 :
Thanks in advance
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 :
Thanks in advance
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.
Working in Idea 14.