Code Clean-up and reorder type members
(on r#7.0)
I use the code clean-up feature a lot (every few minutes sometimes), and I have ‘reorder type members enabled’ as generally that’s what I want. Whoever, in some classes the order of properties is significant (i.e. when serializing). As my use of code clean-up is almost habitual I seldom think before I run it. As a result I often reorganise and therefore break classes used for serialisation. Is there an option to make a class or section of code as one that should not be re-ordered?
Please sign in to leave a comment.
Try modifying this part:
I haven't tested it, but wouldn't be surprised if it works. You may have to fiddle with it.
Thanks, that worked!