Language: 日本語English

liquid-lsp Plugin

Author
Shopify
Category
Development
Topics
Code Search & Code Intelligence · Web & App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

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

liquid-lsp is a Claude Code plugin that integrates the Shopify theme language server to provide Liquid template language support. According to the README, it provides real-time code intelligence for Liquid by connecting to the Shopify CLI's built-in language server. It requires the Shopify CLI to be installed and available in the system PATH. Installation can be done via npm or Homebrew, and the setup can be verified with a CLI command. Further details are linked to Shopify's official documentation and the theme-tools GitHub repository.

Overview

liquid-lsp is not a standalone SaaS but a plugin that connects Claude Code to the Shopify theme language server (part of the Shopify CLI), enabling Liquid template code intelligence within the editor.

What you can do with liquid-lsp

  • Install the Shopify CLI via npm install -g @shopify/cli or Homebrew (brew tap shopify/shopify then brew install shopify-cli)
  • Verify the installation by running shopify theme language-server --help
  • Use the plugin in Claude Code to get real-time code intelligence for Liquid templates, powered by the Shopify theme language server
  • Refer to Shopify's official documentation for the theme language server for more details
  • Refer to the theme-tools GitHub repository (theme-language-server-common package) for source code

Sources

Original description (English)

LSP integration for Shopify Liquid templates via the Shopify CLI theme language server.

History of liquid-lsp

Back to list