pharo
pharo copied to clipboard
Add a shortcut to extract method refactoring
Describe the solution you'd like When selecting a part of a code, use a keyboard shortcut to extract this part as a new method.
Describe alternatives you've considered Right clicking on the selected code, selecting "source code", then clicking on "extract method".