/diff-window-plugin-fork

'IntelliJ plugin to show diffs.'

Primary LanguageJava

This project is an IntelliJ IDEA plugin that shows a window which can display diffs.

Build Status

How to develop:

  • Install IntelliJ IDEA
  • Install the Lombok Plugin for IntelliJ under "Preferences > Plugins"
  • Then go to "Preferences" search for "annotation processors" and check "Enable annotation processing"
  • Run the project using "./gradlew runIde" or the "intellij/runIde" task in the gradle tool window.