Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make PhpStorm show changed/modified files in project view

Tags:

phpstorm

After moving from Zend Studio (ZS) to PhpStorm, I am starting to miss the way that ZS used to show changed files and display more than one project at once.

For example, notice how it shows that IndexController.php has been modified.

Is there any way to do this with PhpStorm?

Zend Studio PHP Explorer

like image 451
John Magnolia Avatar asked Jul 14 '12 11:07

John Magnolia


People also ask

How do I see all modified files in IntelliJ?

View changes history for a file or selectionThe change history for a file is displayed in the dedicated History tab of the Version Control tool window Alt+9 . The change history for a selection of code is displayed in a separate window, in the form of the differences viewer.

How do you see who made changes in IntelliJ?

With IntelliJ IDEA you can restore that change in a couple of clicks. Right-click anywhere in the editor and choose Local History | Show History from the context menu. In the dialog that opens, the left-hand pane shows a list of all saved revisions of the current file with timestamps.


3 Answers

As mentioned in comment by LazyOne;

The Project panel does highlight any VCS changes, but to also highlight all parent-folders of changed-files, enable:

File | Settings | Version Control | Show directories with changed descendants

All kudos to LazyOne!

like image 87
althaus Avatar answered Oct 23 '22 08:10

althaus


Pressing Alt + 9 (not from numpad) you can get a panel with the changed files.

like image 28
OMA Avatar answered Oct 23 '22 08:10

OMA


Go to file >> settings >> Editor >> General >> Editor Tabs. Check Mark modified tabs with asterisk Click ok

like image 17
varun Avatar answered Oct 23 '22 09:10

varun