I'm using QT creator and I would like to know if there is a way to automatically sort all my methods in this order :
- Constructor
- Destructor
- The rest of methods in alphabetical orders
My project is getting quite big, so I would like to know if there is a way to do this automatically, since it will take a lot of time otherwise