Skip to content

upsuper-forks/dprint-intellij

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%