Description
Now that swift-format has some support for range formatting, sourcekit-lsp can implement handling these requests as well.
This will elevate the VSCode formatting experience since the VSCode extension is calling through to sourcekit-lsp for formatting.
sourcekit-lsp seems to already have some support for these. Just the logic isn't implemented.
For example there are some existing DocumentRangeFormattingRequest and DocumentOnTypeFormattingRequest types.