How can intellij idea, webstorm or vscode display the git version information of each line of code? Who modified it? When was it modified? View the code line git/svn commit record git blame useful ide plugin recommendation

vscode plugin: GitLens — Git supercharged

Effect:

webstorm or intellij idea can use this plugin for their whole family: GitToolBox

Effect:

The default is to display only the last name. If you want to display the full name, you can set it yourself:

 

Guess you like

Origin blog.csdn.net/qq_22182989/article/details/123687432