ruby-lsp Plugin
Plugin Claude Code Development Code Search & Code IntelligenceThe explanation below is AI-generated. Please verify it against the sources.
ruby-lsp is a Claude Code plugin that integrates the Ruby language server to provide code intelligence and analysis for Ruby files. According to the README, it supports .rb, .rake, .gemspec, .ru, and .erb file extensions. It can be installed either via the ruby-lsp gem directly or through Bundler by adding it to the Gemfile's development group. The plugin requires Ruby 3.0 or later to run. Further details are available on the Ruby LSP website and the Shopify/ruby-lsp GitHub repository.
Overview
ruby-lsp is a plugin for Claude Code that wraps the Ruby LSP (language server protocol) implementation, enabling code intelligence features for Ruby source files within Claude Code.
What you can do with ruby-lsp
- Get code intelligence and analysis for Ruby files (.rb, .rake, .gemspec, .ru, .erb)
- Install the language server via gem install ruby-lsp
- Add ruby-lsp to a Gemfile's development group and install it with Bundler
- Run it on Ruby 3.0 or later
- Consult the Ruby LSP website and GitHub repository for more information
Sources
Original description (English)
Ruby language server for code intelligence and analysis
History of ruby-lsp
- Plugin Added ruby-lsp