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
- Host: GitHub
- URL: https://github.com/sean7218/bazel-sourcekit-bsp
- Owner: sean7218
- License: mit
- Created: 2025-05-23T15:49:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-06T22:46:15.000Z (11 months ago)
- Last Synced: 2025-07-06T23:26:37.912Z (11 months ago)
- Topics: bazel, build-server-protocol, ios, language-server-protocol, macos, swift
- Language: Rust
- Homepage:
- Size: 152 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.