typescript-go
typescript-go copied to clipboard
Add fourslash support for formatting requests
LSP specifies the following commands for formatting.
textDocument/formattingtextDocument/rangeFormattingtextDocument/onTypeFormatting
We should support all of them, but our test harness (fourslash) doesn't provide a way to actually test these commands yet. We need these so we can write new tests and eventually port our previous test suite over.