Reputation: 1906
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:
Upvotes: 2
Views: 2416
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