Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Feature Request: support jsx props wrap #15

Open
axlebedev opened this issue Aug 30, 2017 · 3 comments
Open

Feature Request: support jsx props wrap #15

axlebedev opened this issue Aug 30, 2017 · 3 comments

Comments

@axlebedev
Copy link

Example:

<Component prop1="value1" prop2={3 + 7} prop3={someFunction(someVar)} />

wrap into

<Component 
    prop1="value1"
    prop2={3 + 7}
    prop3={someFunction(someVar)} 
/>
@maximderbin
Copy link

+1 ... really painful to do it manually every time

@soraliu
Copy link

soraliu commented Jun 8, 2021

+1 any updates?

@simaoneves
Copy link

Would love to see something like this aswell! I know it's not the original purpose of the plugin, but this case fits so well!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants