Visual Studio Code – How to automatically sort functions in classes by their usage?
a) The book Clean Code from Robert C. Martin suggests to sort functions according to the "step down rule": We want the code to read like a top-down narrative. We want every function to be followed by those at the…