An open API service indexing awesome lists of open source software.

https://github.com/sean7218/bazel-sourcekit-bsp

bazel build server for sourcekit-lsp
https://github.com/sean7218/bazel-sourcekit-bsp

bazel build-server-protocol ios language-server-protocol macos swift

Last synced: 11 months ago
JSON representation

bazel build server for sourcekit-lsp

Awesome Lists containing this project

README

          

# Bazel SourceKit BSP

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.

### Recommended plugins

- [Swift format](https://github.com/nicklockwood/SwiftFormat). Formats your swift code "on save".
- [Error Lens](https://github.com/usernamehw/vscode-error-lens). Errors and warnings look similar to Xcode.