You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.