dprint / dprint-intellij

A dprint plugin for Intellij.
https://plugins.jetbrains.com/plugin/18192-dprint
MIT License
12 stars 2 forks source link

Support 2022.2, automatically detect node modules installs, and fix windows config issues #37

Closed ryan-rushton closed 2 years ago

ryan-rushton commented 2 years ago

Overview

This fixes a config issue on windows systems, I was only considering the dprint executable to be valid, not dprint.exe. That should be fixed now.

There was a thread on the IntelliJ slack about auto supporting new versions, it seems the gradle plugin changed and I had to turn on compatibility inferrence.

There was some feedback on the plugin page on the Jetbrains marketplace here. That is where the windows bug came from and I have added support for automatic node modules installs.