theme-tools icon indicating copy to clipboard operation
theme-tools copied to clipboard

Everything developer experience for Shopify themes

Results 255 theme-tools issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When both the extension itself and `formatOnSave` is enabled on liquid files, the entire file is wiped on save. An issue for this existed but was prematurely...

Bug
Severity: 3

## What are you adding in this PR? Adds a `VariableName` check, for a set naming convention to own liking, from the formats below. Supports the following formats: `camelCase`, `PascalCase`,...

**Is your feature request related to a problem? Please describe.** A new look at https://github.com/Shopify/theme-check/issues/162 When you type `{% render 'snippet', arg1: some_value %}`, we don't check that that snippet...

enhancement

**Describe the bug** When I type `clas`, the editor will suggest me to auto complete `class`. Normally it's smart enough to add `=""`` as well where your cursor will be...

Bug
open for contributions

**Is your feature request related to a problem? Please describe.** Previously we had to format our liquid files with prettier, but with the v2 of the Shopify Liquid extension, we...

tech debt

**Describe the bug** `recommendations` is an object that is available to the Section Rendering API, this means that Theme App Extensions also have access to it. We need to figure...

tech debt

**Describe the bug** Additional details: https://github.com/vitejs/vite/issues/14605 Importing this library with Vite logs these errors: 1. Module "module" has been externalized for browser compatibility. Cannot access "module.createRequire" in client code. See...

enhancement

**Describe the bug** It seems like liquid with dynamic attribute name is considered an error **Source** ```liquid ``` If i change the attribute name to a fixed string, it doesn't...

Bug

**Describe the bug** https://shopify.dev/docs/api/liquid/objects/recommendations Apparently those are available to theme app extensions. We'll need a way to offer them conditionally.

Bug
good first issue
Severity: 4

## What are you adding in this PR? Basis for Shopify/develop-advanced-edits#172 ## Before you deploy - [x] I included a minor bump `changeset`