Stats
Actions
Tags
From intlayer-lsp
Intlayer LSP server provides code intelligence for JavaScript, TypeScript, Vue, Astro, and Svelte — diagnostics, go-to-definition, find references, and hover information.
This LSP server requires intlayer-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": {
"intlayer": {
"command": "intlayer-lsp",
"extensionToLanguage": {
".js": "javascript",
".ts": "typescript",
".jsx": "javascriptreact",
".tsx": "typescriptreact",
".vue": "vue",
".astro": "astro",
".svelte": "svelte"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
intlayer-lspstdioInitialization options and workspace settings
npx claudepluginhub aymericzip/intlayer --plugin intlayer-lsp