I am trying to look at who changed a line in Intellij 15. I know I can use git blame but I want to learn how to do it correctly in intellij. I am right-clicking on the line numbers on the file but when I get the context menu the annotate
option is grayed out. What setting am I missing?
I looked at this page and couldn't find an answer. What am I missing?
Looks like its a fresh project. First configure the Version Control like Git and than commit at least once. After first commit Annotate option will not be grayed out.
Also update git for any new version.