php-integrator-refactoring
Provides refactoring capabilities for your PHP source code.
php-integrator 39,095 46 1.4.1 GPL-3.0 GitHub

php-integrator/atom-refactoring

:coffee: Send me some coffee beans

This package provides refactoring capabilities for your PHP source code using PHP Integrator.

Note that the php-integrator-base package is required and needs to be set up correctly for this package to function correctly.

Note that the intentions package is also required. Intentions trigger using the alt-enter key by default.

What is included?

  • Method extraction.
  • Method overriding.
  • Constructor generation.
  • Getter and setter generation.
  • Unimplemented abstract method generation.
  • Unimplemented interface method generation.
  • Docblock generation (press alt-enter whilst on a functionlike, classlike or constant).

GPLv3 Logo