How to disable the new theme editor

Today I was faced with a new theme editor that is much slower and harder to read than the original, it also doesn’t give you warnings for unclosed “body” and “html” tags.

If you’re looking for any feedback before making this a permanent change, let me tell you that it is much worse than the old version, despite the version control feature.

Is there anyway to revert to the old version?

Here is what it looks like:

2 Likes

I understand your frustration with the new theme editor. While you generally can’t disable the new UI or revert to a previous version, many developers (myself included) have adopted a local development workflow that is far more powerful and efficient. This method allows you to use your professional code editor and bypass the online editor for almost all tasks.

My preferred workflow utilizes the Shopify CLI, a local code editor such as VS Code, and GitHub for version control.

While it takes a few minutes to set up, this local development workflow will save you a massive amount of time in the long run. You’ll have much more control over your code and a safer development process.

Hope this helps!

Hi,

Hope this will help

-New editor is slow & unreadable: Use VS Code or Notepad++ instead
-Can’t revert to old editor: Shopify doesn’t support it
-Errors not showing: Use browser extensions or external HTML validators
-Want to give feedback: Use the “Give Feedback” button inside editor
-Want full control: Use GitHub + code outside of Shopify

Try using paramter ?vs=0 in the url.
The stores I’m on right now haven’t gotten this silliness enforced by default so I cannot actually test ways to disable this junk.

Thank you for posting the specific problems your having , as other merchants have.
These issues are just the tip of a very very large iceberg of issues and I am adamantly opposed to the arrogance of shopify developers forcing an advanced developers IDE onto ALL merchants by just because developers are used to the complexity.
There’s hundreds of features in vscode merchants will NEVER use but are force to sit and wait for them all to load.
Not even the github platform forces developers to use vscode by default to edit files and that’s a place where developers basically live.

Unfortunately unless enough merchants and partners raise arms the way shopify acts with changes like this is to ignore the problems and act like iT WiLl bE ImPrOvEd oVeR TiMe or other worthless lip speech.
Meanwhile everyday everyone’s having to sit and wait minutes for a fullblown IDE to bootup that’s 3x worse in performance to even to make the simplest of edits.

1 Like

It only saves time if you need to a major update on the theme.

Most of the time we need to adjust 1 or 2 files in 5 lines at max.

Using Shopify CLI takes a lot of time just to go through their login more potentially several minutes to pull the theme and then push it with the updates.

1 Like

The new editor is likely here to stay. If you want to edit code you have to be a developer :smile: I made a video on how to navigate theme files using it: https://youtu.be/M6kA2kGjUgc
Hope it helps.

Using VS code does not make you a developer, if anything it indicates you’re probably a bad developer to think it is a good choice to run this piece of bloated software in the browser.