A dprint plugin for Intellij.
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
This project is currently built using JDK 11. To install on a mac with homebrew run brew install java11
and set that
be your project SDK.
- Set up linting settings, run Gradle > Tasks > help > ktlintApplyToIdea. This sets up intellij with appropriate formatting settings.
There are 3 default run configs set up
- Run Plugin - This starts up an instance of Intellij Ultimate with the plugin installed and enabled.
- Run Tests - This runs linting and tests.
- Run Verifications - This verifies the plugin is publishable.