Extract parameter refactoring for Apex

Issue #1117 new
Scott Posey created an issue

Extract parameter doesn't seem to work at all, the menu items are available but non-functional.

This is incredibly useful for refactoring.

Comments (4)

  1. Scott Wells repo owner

    This isn't implemented yet. At present the supported refactorings in IC are rename, extract variable/constant/method, inline variable/constant, and safe delete. I do plan to add support for other refactorings including method parameter(/field) extraction as well as change method signature.

  2. Log in to comment