dprint / dprint-intellij

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

Better scratch file handling with logging. #41

Closed ryan-rushton closed 1 year ago

ryan-rushton commented 1 year ago

Overview

In my last attempt at this I messed up a single condition leading to some unnecessary dprint restarts but it also wasn't clear to the user why the file wasn't formatted. To make it clear I have created a light wrapper around the ScratchUtil.isScratch method that also logs that scratch files cannot be formatted.