dprint / dprint-intellij

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

SchemaV5: Refactor so two different editor service implementations can exist #21

Closed ryan-rushton closed 2 years ago

ryan-rushton commented 2 years ago

Overview

This PR does some necessary refactoring so that we can have concurrent editor services available and manage them. I will list all the things done here, but that main one is that I have split the DprintService up into a few different classes/services. These are

I have also

ryan-rushton commented 2 years ago

Merging this so I can start on the actual implementation