Intellij Annotate Option Grayed Out

后端 未结 11 1357
谎友^
谎友^ 2021-02-05 00:48

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 numb

11条回答
  •  难免孤独
    2021-02-05 01:06

    Your VCS is not enabled, hence the issue. Below is the solution for that:

    1. Click on the VCS option in the menu bar
    2. Enable VCS
    3. Select your version control
    4. Done, you should be able to use the annotate option.

提交回复
热议问题