Extract Method

From FDT Documentation

Jump to: navigation, search

The Extract Method refactoring allows you to select a block of code and convert it to a method. FDT automatically infers the method arguments and return types. This is useful when a method is too big and you want to subdivide blocks of it into different methods.


Extract Constant

Get FDT5