I've written a lot of functions without paying attention to their order and it has gotten kind of messy.
I want to make my code more readable by having the order of functions in my .cpp files match the order in the .h files. Is there a way to do this automatically in Visual Studio 2015 or do I have to do it manually?
What other options are there to automatically format my code to make it more readable in Visual Studio 2015?