Skip to content

nymann/commit-refactoring

Repository files navigation

commit-refactoring

Build Version Downloads

Commit Refactoring

Warning: everything besides Java is untested, other languages might work.

Sets the commit message automatically after each IntelliJ refactoring.

How it works

  1. You do an IntelliJ based refactoring (Extract method)
  2. You open IntelliJ's commit window (Command+K)
  3. Commit message will be predefined to "Extract method {methodName}"

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "commit-refactoring"

    Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

Prefills Commit message after each IntelliJ based refactoring

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages