Skip to content

swiftlang/sourcekit-lsp

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2025
May 14, 2025
Apr 22, 2025
Apr 26, 2025
May 7, 2025
Mar 12, 2025
May 19, 2025
May 12, 2025
Apr 1, 2025
Mar 7, 2025
Apr 28, 2025
Aug 3, 2022
Dec 8, 2024
Mar 7, 2025
Mar 7, 2025
Jul 2, 2024
May 7, 2025
Apr 28, 2025
Nov 13, 2018
May 19, 2025
Mar 4, 2025
May 7, 2025
Dec 8, 2024
Oct 9, 2020

SourceKit-LSP

SourceKit-LSP is an implementation of the Language Server Protocol (LSP) for Swift and C-based languages. It provides intelligent editor functionality like code-completion and jump-to-definition to editors that support LSP. SourceKit-LSP is built on top of sourcekitd and clangd for high-fidelity language support, and provides a powerful source code index as well as cross-language support. SourceKit-LSP supports projects that use the Swift Package Manager and projects that generate a compile_commands.json file, such as CMake.

Getting Started

SourceKit-LSP is included in the the Swift toolchains available on swift.org and is bundled with Xcode.

swift.org/tools has a list of popular editors that support LSP and can thus be hooked up to SourceKit-LSP to provide intelligent editor functionality as well as set-up guides.

Important

SourceKit-LSP does not update its global index in the background or build Swift modules in the background. Thus, a lot of cross-module or global functionality is limited if the project hasn't been built recently. To update the index or rebuild the Swift modules, build your project or enable the experimental background indexing as described in Enable Experimental Background Indexing.

To learn more about SourceKit-LSP, refer to the Documentation.

Note

If you are using SourceKit-LSP with a SwiftPM project in which you need to pass additional arguments to the swift build invocation, as is commonly the case for embedded projects, you need to teach SourceKit-LSP about those arguments as described in Using SourceKit-LSP with Embedded Projects.

Reporting Issues

If you should hit any issues while using SourceKit-LSP, we appreciate bug reports on GitHub Issue.

Contributing

If you want to contribute code to SourceKit-LSP, see CONTRIBUTING.md for more information.

About

Language Server Protocol implementation for Swift and C-based languages

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages