Code style - order of members
Hi there,
Not sure if this is a bug or the intended behaviour, so I just though I'd
ask here before filling in a bug report/feature request:
The order of members setting does not seem to be taken into consideration
when doing a reformat code (I checked with both Aurora and the last Ariadna
build). I would have expected the code layout to rearrange the
fields/methods/constructors in my class according to the settings.
What is the order of members really supposed to do?
Thx,
Andrei
Please sign in to leave a comment.
"Order of members" is used when IDEA creates new members (via some refactoring, say), not during reformatting. At present, there's no operation in IDEA changes member order, other than editing a file by hand. There's an long-open FR for this functionality in tracker already (#2719), but no indication of when or if it might be included in future releases.
--Dave