'How to highlight lines that has diff with the base branch in Idea

The reason that sometimes I don't make a commit until the final version of changes will be ready is that I have lines of my changes highlighted in the IDE. Is there a way to color a scrollbar or line number where resent changes has been made? (almost like annotate with Blame but without 5cm of workspace)

The case: I made a branch from develop. Cherry-picked some commits and making my changes. So I have a tiny mark next to the lines that differs from develop and have a list of changed files.



Solution 1:[1]

. Is there a way to color a scrollbar or line number where resent changes has been made?

If you have your project listed under Preferences | Version Control | Directory Mappings and you have enabled "Highlight modified lines in gutter" in Preferences | Version Control | Confirmation

Then you should have color indication in a gutter, as mentioned here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ruslan Kuleshov