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
Hey @enzoclock,
Thanks for the idea! I wonder, what would be the use case for this action in JavaScript/TypeScript code? I would expect most people to use Prettier for automated code formatting, which would eliminate the results of this action. 🤔
Hey @xsburg
I'm reading from the Prettier doc that this feature exists, but yet is considered as a "workaround-feature" since there aren't obvious reversibility rules.
Personally, I wouldn't mind having to decide when to expand/collapse an object/array, depending on the code context, rather than having automatic fixing. Wdyt?
Also, I've read this feature exists for webstorm :)
Hi 👋 Thanks for this very useful extension 🙏
I was looking for a code action to split/merge an array into multiple/single lines, like so:
I found this extension which works fine.
But I suppose it can be a nice addition to JS-booster, with the usual quick-action trigger.
Would it be interesting?
The text was updated successfully, but these errors were encountered: