Vue: Change import formatting
Hi,
when I format my vuejs typescript file, it will list all imports from a specific packages vertically, each imported object in a new row. But I want to keep the "iteration" going until it hits the line-wrap marker (vertical line).
How can I do that? (see the example from the settings: property1, property2, property3 should be in one line)
Please sign in to leave a comment.
Try setting ES6 import/export to Wrap if long
Oh jesus, I didnt even know that the texts are dropdowns :D
Thanks!