Feature Request: Add official Ruby LSP plugin to claude-plugins-official marketplace
Resolved 💬 2 comments Opened Jan 8, 2026 by PhilMeyr Closed Jan 8, 2026
Feature Request
Add an official Ruby LSP plugin to the claude-plugins-official marketplace.
Context
The official Claude Code plugin marketplace currently offers LSP plugins for 10 languages:
- TypeScript/JavaScript (
typescript-lsp) - Python (
pyright-lsp) - Rust (
rust-analyzer-lsp) - Go (
gopls-lsp) - Java (
jdtls-lsp) - C# (
csharp-lsp) - Swift (
swift-lsp) - PHP (
php-lsp) - Lua (
lua-lsp) - C/C++ (
clangd-lsp)
However, Ruby is missing from this list despite being a widely-used language with mature LSP tooling available.
Proposed Solution
Add a ruby-lsp plugin using one of the established Ruby language servers:
- Ruby LSP (Shopify's official implementation)
- Solargraph (mature and widely adopted)
Ruby LSP from Shopify would be the recommended choice as it's actively maintained and provides excellent Rails support.
Thank you for considering this request!
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗