Development of Standalone Swift IDE using via Sourcekit-LSP
已回答
Implementation of Swift Support using Sourcekit-LSP
SourceKit-LSP
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.
请先登录再写评论。
Hi,
Looks like the same question was already answered here.