class RubyLsp::Xlsxrb::Addon

Ruby LSP Add-on for xlsxrb.

Context & Lifecycle Note

This add-on serves as a bridge/polyfill for current Ruby LSP environments. While xlsxrb ships with complete RBS signatures (sig/generated/), Ruby LSP’s type inferrer does not yet perform automatic static type inference from method block signatures to block parameters (e.g., ‘Xlsxrb.write do |wb|`).

This add-on enables immediate out-of-the-box autocompletion and rich Markdown documentation across all public block arguments.

As the Ruby tooling ecosystem evolves and Ruby LSP gains native block argument type resolution from gem RBS signatures in the future, this add-on will become redundant and can eventually be deprecated or removed.