Language:JapaneseEnglish

liquid-lsp Claude Code Plugin

Author
Shopify
Category
Development
Topics
Code Search & Code Intelligence · Web & App Development
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-03-17 (UTC) (163 days ago)

The explanation below is AI-generated. Please verify it against the sources.

liquid-lsp is a Claude Code plugin that connects the editor to Shopify's theme language server so that Liquid template files receive live code analysis. It relies on the Shopify CLI, which must already be installed and reachable on the system path, to run the underlying language server process. Once set up, the plugin lets Claude Code surface language-aware feedback such as syntax checking and contextual suggestions while editing Liquid files used in Shopify theme development. The plugin itself does not host any service; it simply wires Claude Code to a locally running language server. No account or remote SaaS connection is described in the sources.

What you can do with liquid-lsp

  • Get live syntax and structure feedback while editing Liquid template files in Claude Code
  • Have the plugin drive the Shopify theme language server for contextual code analysis
  • Install the Shopify CLI beforehand via npm or Homebrew as a required dependency
  • Confirm the setup by running the Shopify CLI's language-server check command

Sources

Back to list