showing git status for files in project view
Is it possible to show the git status on a file in the project view? for example, if i have edited the the main.css and reset.css, it would be helpful if there were an M next to those files or the folder if the folder is closed.
I come from an xcode background, and this is something i found very useful in xcode.
Attachment(s):
projectnav.png
Please sign in to leave a comment.
Hi there,
VCS support uses file name coloring to represent the file status: http://www.jetbrains.com/phpstorm/webhelp/file-status-highlights.html
For folders -- "Settings | Version Control --> Show directories with changed descendants" (turned off by default)
Thank you!
Hi there,
is there a way to always see the current git status of the project in the project explorer, like Eclipse indicates this with a ">" in front of the project name?
As stated above, PhpStorm uses colors to indicate specific files statuses but there are no other indicators available in the Project Tool Window.