Stats
Actions
Tags
From swift-lsp
SourceKit-LSP provides code intelligence for Swift: diagnostics, go-to-definition, find references, hover info, symbols, and call hierarchy for .swift files.
This LSP server requires sourcekit-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"sourcekit": {
"command": "sourcekit-lsp",
"extensionToLanguage": {
".swift": "swift"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
sourcekit-lspstdioInitialization options and workspace settings
npx claudepluginhub pleaseai/code-intelligence --plugin swift-lsp