/validation-files-comparison-intellij-plugin

This plugin enables you to open the built-in Intellij-IDEA diff-viewer to compare validation- and output-files in the current project or module using a configurable keyboard shortcut.

Primary LanguageJavaApache License 2.0Apache-2.0

CI JetBrains Plugin Apache 2.0 Valid Gradle Wrapper

Validation-File Comparison

This plugin enables you to open the built-in Intellij-IDEA diff-viewer to compare validation- and output-files in the current project or module using a configurable keyboard shortcut.

Getting Started

TLDR

Build project

./gradlew build

Start IntelliJ instance with plugin installed

./gradlew runIde

Test plugin for compatibility issues

./gradlew runPluginVerifier

Deployment

Before deployment make sure the plugin is compatible by running ./gradlew runPluginVerifier . For instructions about the actual deployment see https://plugins.jetbrains.com/docs/intellij/deployment.html