Highlight parent directories of files that have changes
I sometimes have directories that are 2-3 levels deep with files that have VCS changes in them. Right now I can't know which directories contain files with changes unless I go to the “Commit” area of PHPStorm…
See this screenshot:

As you can see this file is located inside the directory called ClientPortalOrders but that directory doesn't show that it has changes. Nor does the Models directory show that it has subdirectories that contain changes…
How can have PHPStorm highlight parent directories of files with changes?
---
Somewhat related to the above, but a totally different issue: I tried right-clicking on a file with changes from the Commit area of PHPStorm to see if there was an option to “jump to file in project” or something similar but there is no such option:

Please sign in to leave a comment.
Hi there,
Do you have “Settings/Preferences | Version Control | Confirmation | Highlight directories that contain modified files in the Project tree” option enabled?
Sounds like the right option to me.
Have you tried
F4
“Jump to Source”?Ahh thank you. You answered all my questions correctly.