AppCode 2016.2 Help

Convert to Function

The Convert to Function refactoring lets you convert a method or a block of code to a function.

To convert to a function

  1. In the editor, place the cursor within the name of the method or select a block of code that you want to convert to a function.
  2. On the main menu or on the context menu of the selection, choose Refactor | Convert to Function.
  3. In the Change Signature dialog that opens, make changes if necessary.
  4. To perform the refactoring right away, click Refactor.

    To see the expected changes and make the necessary adjustments prior to actually performing the refactoring, click Preview.

Last modified: 5 December 2016