Flamenco / intellivue

The IntelliVue plugin for IntelliJ provides analysis, actions, and utilities, for Vue Single File Components
9 stars 0 forks source link

automatic alphabatization of properties: how to turn it off? #12

Closed smilingkite closed 4 years ago

smilingkite commented 4 years ago

Hi,

Hopefully there is a setting I'm just not finding (the docs do suggest this).

I'm using webstorm and when I let it reformat vue-files automatically (in bulk), it will alphabetize the props on components. This is annoying and causes merge-conflicts. It doesn't happen on individual files, thankfully.

So how do I turn this off?

Flamenco commented 4 years ago

Hi @smilingkite please help me understand your issue better. Are you are choosing to 'sort', or is that happening automatically? Are you selecting multiple files, then sorting from the main menu?. If so, can you post a sample of what it is doing, and what the expected behavior should be?

smilingkite commented 4 years ago

Thanks for responding.

I was selecting multiple files and then automatically having webstorm clean up my code.

It turns out that in the popup that follows (before code clean up), I should have unselected most of the options.

Now I can clean my code without automatic sorting.