lili
lili

Reputation: 1906

how to see annotation for changed lines in Intellij IDEA

Annotate menu in Intellij shows last author of unchaned lines. Is there an option to show annotation for modified lines (for changed lines that have not been submitted yet)? Please see the screenshot below:

enter image description here

Upvotes: 2

Views: 2416

Answers (1)

bahrep
bahrep

Reputation: 30662

It seems that you won't see annotations for the lines with local and uncommitted modifications. You are the author of these changes and it would be confusing to put info about previous versions of these lines. However, I guess that you could open a new window with the file that you work with and run Annotate Revision command specifying HEAD revision in the repository. This will help you view blame info without your local modifications.

Upvotes: 2

Related Questions