You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get this plugin to work. At first, I thought it was because my js object was a rather complex one (lots of functions, comments, etc.). So I tried a very simple object and still no luck. Then I though it might be because I'm using it in a .ts file, not a .js file. But the simple example doesn't work in that either.
Running >Sort JS Object Keys with the following selected:
const test = {
two: "no",
one: "yes",
};
Results in:
Please make sure your selected text is a JS object!
Is anyone able to get this to plugin to work? Or get it to work with typescript?
The text was updated successfully, but these errors were encountered:
I can't seem to get this plugin to work. At first, I thought it was because my js object was a rather complex one (lots of functions, comments, etc.). So I tried a very simple object and still no luck. Then I though it might be because I'm using it in a .ts file, not a .js file. But the simple example doesn't work in that either.
Running
>Sort JS Object Keys
with the following selected:Results in:
Is anyone able to get this to plugin to work? Or get it to work with typescript?
The text was updated successfully, but these errors were encountered: