logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sourcekit-lsp -- Language Server Protocol implementation for Swift and C-based languages

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.

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.

Name

       sourcekit-lsp -- Language Server Protocol implementation for Swift and C-based languages

See Also

HOMEPAGE
       <https://swift.org>

   APPLEDEVELOPERRESOURCES
       <https://developer.apple.com/swift/resources>

   CODEREPOSITORIES
       Swift Programming Language at <https://github.com/swiftlang/swift>

       Swift Package Manager at <https://github.com/swiftlang/swift-package-manager>

sourcekit-lsp 5.10.1                               2024-06-06                                   sourcekit-lsp(1)

Synopsis

       To invoke the Swift Language Server Protocol:

           sourcekit-lsp<options>

       A list of supported options is available through the "--help" option:

           sourcekit-lsp --help

See Also