I have this in mind for a piece of code I am editing. I would like to reorganize all the functions into some sort of order in the code. It would be nice if I could define each function as a block of text and then move then around at will without worrying about cutting and pasting them each time in the exact right place. I could simply move a function "up one" function or down one function, etc...
It seems like something should be able to do this, but I am not sure what such a feature would be named so I don't know how to search for it.
0