Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way for Intellij to bold or highlight directory that has file changes like Eclipse

Is there any way in Packages or Projects pane to highlight or bold directories/path that has local file changes (diff from VCS repository). Eclipse has this.

I know there is a way to get all the changes if I change the pane to Changed files.

like image 334
Aion Avatar asked May 30 '14 23:05

Aion


People also ask

How do I see files changed in IntelliJ?

The 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 I see uncommitted changes in IntelliJ?

You can use Version Control window to see all changed files (⌘-9). Then you can select file and press ⌘-D to view diff for it. On Linux it is Alt+9 to view changed files list (menu item View→Tool Windows→Version Control), then Ctrl+D to open a file's diff. The feature is documented here jetbrains.com/help/idea/….

How can I see commit history in IntelliJ?

You can also select the Show Commit Timestamp option if you want IntelliJ IDEA to show the commit timestamp instead of the time when a change was authored. Click to choose the type of info you want to see: Show Details to display the commit message for the selected revision.


1 Answers

Settings -> Version Control -> Show directories with changed descendants.

like image 87
Vic Avatar answered Sep 21 '22 15:09

Vic