An IntelliJ plugin that copies problems from the Problems window to the clipboard.
Bundle the plugin:
./gradlew buildPluginThen install it manually in IntelliJ IDEA:
- Open Settings.
- Select Plugins.
- Open the gear menu and select Install Plugin from Disk....
- Select the generated ZIP from
build/distributions/. - Restart IntelliJ IDEA if requested.
Run IntelliJ in a development sandbox with the plugin installed:
./gradlew runIdeBuild, test, and bundle the plugin:
./gradlew check buildPluginThe installable plugin ZIP is generated in build/distributions
Licensed under the MIT License by Titouan Réthoré.