본문 바로가기
IT 제품&프로그램 팁

[Intellij IDEA] plugin 추천 - gitToolBox 마지막 수정자, 수정일시, 커밋내역 보기

by 재아군 2022. 8. 23.

개요

 

개발을 여러사람이 하다가 보면, 다른 사람이 수정한 코드의 작성자가 궁금할 때가 많이 있는데

그때마다 Git > Annotate with Git Blame을 선택해서 볼 수가 있습니다.

 

하지만 하루에도 몇번씩 봐야한다면 코드를 갔다 대기만 해도 보는 플러그인이 있습니다.

 

설치

 

gitToolBox를 설치합니다.

macOS 기준으로 Preferences > Plugins > GitToolBox를 입력 후 install 클릭을 해줍니다.(저는 이미 설치되어있어서 Installed로 표시됩니다.)

 

확인

파일을 열어 원하는 라인에 클릭을 하면 코드의 오른쪽 옆에 마지막 수정자, 수정일시, 커밋내역이 표시됩니다.

 

커밋 이력이 있는 경우 - (화면 캡쳐의 작성자는 모자이크 처리했습니다.)

 

내가 작업중인 커밋전

 

Git blame의 기능 외에도 Git status 등 다른 기능도 있습니다. 아래의 Release 노트를 참고하세요~

 

 

https://plugins.jetbrains.com/plugin/7499-gittoolbox

 

GitToolBox - IntelliJ IDEs Plugin | Marketplace

Extends Git Integration with additional features: project view decoration, inline blame and much more.

plugins.jetbrains.com

 

Stable Release (2022-08-15T18:35:37.309273)

Features

  • Git status:
    • number of ahead / behind commits for current branch as status bar widget
    • ahead / behind, current branch, tags on HEAD as Project View decoration on modules
    • status bar widget with detailed information and additional actions
  • Git blame:
    • inline blame - show blame for line at caret in active editor
    • blame details balloon for line at caret
    • status bar widget with detailed information and additional actions
  • Auto fetch - runs git fetch at fixed intervals
  • Push tags on current branch - available in VCS / Git
  • Behind tracker - shows notification when behind count of current branch changes and is non-zero
  • Branch name completion in Commit dialog - provides branch name completion inside Commit dialog message
  • Gitmoji completion in Commit dialog - provides gitmoji completion inside Commit dialog message
  • Recent branches switcher - switch between recently used branches
  • Outdated branches cleanup - find and remove merged and stale branches
  • Git Extender integration - can be selected as update action executed from behind tracker popup

 

 

댓글