Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Shopify Liquid InspectorNew to Visual Studio Code? Get it now.
Shopify Liquid Inspector

Shopify Liquid Inspector

ecmasx

|
14 installs
| (1) | Free
A VS Code extension for inspecting Shopify Liquid objects, filters and tags with comprehensive hover information
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Shopify Liquid Inspector

A lightweight VS Code extension that gives you instant hover documentation and validation for Shopify Liquid templates.

✨ What it does

• Hover over objects (product, collection, …) to see their properties and types.

• Hover over filters to view syntax, parameters and examples.

• Warns you about invalid or deprecated properties, filters.

• Works perfectly with the official Shopify Liquid extension – keep it installed for syntax highlighting, add Liquid Inspector for deep insight.

🚀 How to use

  1. Install the extension from the VS Code Marketplace.

  2. Open a .liquid file.

  3. Hover over any Liquid identifier:

    {{ product.price | money }}         <!-- filter docs -->
    {% for product in collection.products %}
      {{ product.title }}               <!-- object docs -->
    {% endfor %}
    
  4. (Optional) Tweak settings in Preferences › Settings › Extensions › Liquid Inspector.

⚙️ Key settings

Setting Purpose Default
liquidInspector.enabled Enable/disable the extension true
liquidInspector.showTypes Show types in hovers true
liquidInspector.showDescription Show descriptions in hovers true
liquidInspector.showDeprecatedWarnings Highlight deprecated items true
liquidInspector.enableFilterHover Enable filter hover docs true

Tip: Set liquidInspector.maxPropertiesInHover if you only want to see a few properties.

📄 License

MIT


Made with ❤️ for Shopify theme developers

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft