We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install Package Control (should already be done)
Install @shopify/cli
@shopify/cli
Install the LSP package
Open the Command Palette (CMD+Shift+P)
CMD+Shift+P
Type Install, select "Package Control: Install Package"
Install
Type LSP, select "LSP"
LSP
Configure the LSP plugin
Type LSP Settings, select "Preferences: LSP Settings"
LSP Settings
In a terminal, figure out where the shopify CLI is located.
$ which shopify
$PATH_TO_SHOPIFY_CLI
{ "clients": { "liquid": { "command": [ "$PATH_TO_SHOPIFY_CLI", "theme", "language-server", ], "enabled": true, "selector": "text.plain", } } }
Restart Sublime
...
Profit! 🔥