php-integrator-autocomplete-plus
Provides autocompletion for your PHP source code.
php-integrator 142,482 78 1.6.2 GPL-3.0 GitHub

php-integrator/atom-autocompletion

:coffee: Send me some coffee beans

Legacy

Autocompletion is included in the base package since version 3.2.0. This package has become redundant as a result. It will likely cease to stop working in the future as new versions of the base package are released.

About

This package provides autocompletion for your PHP source code using PHP Integrator as well as Atom's autocomplete-plus.

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

What is included?

  • Autocompletion for local variable names.
  • Autocompletion for global functions and constants.
  • Autocompletion (snippets) for tag names in docblocks.
  • Autocompletion for class, interface and trait members.
  • Autocompletion for class, interface and trait names as well as their constructors.
  • Automatic adding of use statements when class names are autocompleted (with a somewhat intelligent positioning).
    • Included is a command to sort the current use statements.

GPLv3 Logo