인텔리제이 GitToolBox 플러그인

Git 사용시 소스코드 수정이력을 확인하려면 Commit History에서 찾아야 되는 번거로움이 있다. GitToolBox 플러그인은 Editor 창에서 바로 특정 코드라인의 마지막 수정자, 수정일시, 커밋내역을 확인할 수 있어서 편리하다.


세부 기능

  • Git status display:
    • 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
  • Current line 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
  • Branch name completion in commit message - provides branch name completion inside commit message
  • Gitmoji completion in commit message - provides gitmoji completion inside Commit dialog message
  • Commit message validation - check against pattern and branch issue reference
  • Recent branches switcher - switch between recently used branches
  • Branches cleanup - find and remove merged and stale branches
  • Issue Navigation integration - clickable issue links and navigation actions
  • Auto fetch - runs git fetch at fixed intervals
  • Push tags on current branch - select which tags you want to push (also force push)
  • Git Extender integration - can be selected as update action executed from behind tracker popup
  • Behind tracker - shows notification when behind count of current branch changes and is non-zero

설치 방법

  1. File > Settings > Plugins
    'GitToolBox' 으로 검색하여 'GitToolBox' 설치 후 Restart IDE
  2. 동작 예제