Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.03 KB

dprint-intellij-plugin

A dprint plugin for Intellij.

Installation

  • Manually:

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


Development

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.

Intellij Setup

  • Set up linting settings, run Gradle > Tasks > help > ktlintApplyToIdea. This sets up intellij with appropriate formatting settings.

Running

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.