A build server implementation for SourceKit LSP.
This allows you to get SourceKit working for Swift projects that use the Bazel build system.
SourceKit is a language server that provides syntax highlight, jump to definition, auto complete, etc.
- Swift format. Formats your swift code "on save".
- Error Lens. Errors and warnings look similar to Xcode.