sourcekit-lsp
stdioswift
Used by 5 plugins
Installs swift-lsp, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub anthropics/claude-plugins-official --plugin swift-lspRequires Language Server Binary
This LSP server requires sourcekit-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"sourcekit-lsp": {
"command": "sourcekit-lsp",
"extensionToLanguage": {
".swift": "swift"
}
}
}
}Supported Languages
swift
.swift
Command
sourcekit-lspTransport
stdioAdvanced Configuration
Restart on Crash:Yes
Also used by 4 other plugins