Intellij Annotate Option Grayed Out

ford prefect picture ford prefect · Feb 4, 2016 · Viewed 18.8k times · Source

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?

Answer

Jason Howell picture Jason Howell · Jul 27, 2016

If you check File > Settings > Version Control and see that your current project is listed under "Unregistered Roots", go to (on the menubar) VCS > Enable Version Control Integration. It will ask you to select the VCS tool you use, then click ok and you'll have all the integrations working (including the annotate feature which uses git blame).