Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPStorm display working branch name

I did not find anything related to this so maybe someone can help me by telling me if there is an option to display the working branch in PHPStorm similar to what NetBeans is offering like in the screenshoot below:

Netbeans - [second_fixes_chip] is the git branch:

enter image description here

PhpStorm:

enter image description here

like image 330
Herr Nentu' Avatar asked Sep 09 '14 09:09

Herr Nentu'


2 Answers

In PhpStorm (and other JetBrains' IDEs), current VCS branch is displayed in status bar (bottom right corner, next to line numbers/encoding).

ATM there is no option to display current branch next to folders in Project View panel. But you can check VCS plugins -- maybe one of them can do what you have asked in the same way as Netbeans do (like SVNToolBox plugin can do for SVN).

like image 169
LazyOne Avatar answered Sep 29 '22 20:09

LazyOne


You won't see the branch name at the same position as it is mentioned in NetBeans, you can see this in the bottom right of IDE.

you can see this in the bottom right of IDE.

like image 43
Shobhit Verma Avatar answered Sep 29 '22 19:09

Shobhit Verma