Extract Method so it appears below current method rather than above Follow
I would like to be able to extract a method so that it appears below the current code.
In Clean Code, Robert Martin suggests structuring code to read from top to bottom with the highest level functions at the top of the file.
The way the refactoring currently works, you end up with the lowest level code at the top of the file. Obviously, I cut and paste into the position I want, afterwrds.
I can't see any way to configure refactorings generally, or specifically.
Many thanks.
In Clean Code, Robert Martin suggests structuring code to read from top to bottom with the highest level functions at the top of the file.
The way the refactoring currently works, you end up with the lowest level code at the top of the file. Obviously, I cut and paste into the position I want, afterwrds.
I can't see any way to configure refactorings generally, or specifically.
Many thanks.
Please sign in to leave a comment.
bump?