table of contents
sourcekit-lsp(1) | Swift Documentation | sourcekit-lsp(1) |
NAME¶
sourcekit-lsp -- Language Server Protocol implementation for Swift and C-based languages
SYNOPSIS¶
To invoke the Swift Language Server Protocol:
A list of supported options is available through the "--help" option:
DESCRIPTION¶
SourceKit-LSP is an implementation of the Language Server Protocol (LSP) for Swift and C-based languages. It provides features 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.
BUGS¶
Reporting bugs is a great way for anyone to help improve Swift. The bug tracker for Swift, an open-source project, is located at <https://bugs.swift.org>.
If a bug can be reproduced only within an Xcode project or a playground, or if the bug is associated with an Apple NDA, please file a report to Apple's Feedback Assistant at <https://feedbackassistant.apple.com> instead.
SEE ALSO¶
HOME PAGE¶
APPLE DEVELOPER RESOURCES¶
CODE REPOSITORIES¶
Swift Programming Language at <https://github.com/swiftlang/swift>
Swift Package Manager at <https://github.com/swiftlang/swift-package-manager>
2024-06-06 | sourcekit-lsp 5.10.1 |