js-formatter icon indicating copy to clipboard operation
js-formatter copied to clipboard

Improve web formatter to load multiple plugins at once and select the right plugins to use based on file extension

Open dsherret opened this issue 4 years ago • 0 comments

For the web formatter, there should be a way to create a "combined formatter object" that takes multiple formatters and then when someone calls formatter.formatText("file.ts", "test;") it selects the correct formatter to use based on the file extension.

dsherret avatar May 22 '21 21:05 dsherret