php-integrator-annotations
Shows annotations (e.g. for overriden methods interface implementations) in your PHP source code.
This package consumes the following services:
php-integrator/atom-annotations
:coffee: Send me some coffee beans
This package provides annotations 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.
What is included?
- Annotations for class methods that are implementing a method from an interface.
- Annotations for class methods and properties that are overriding base class or trait members.
- Tooltips on mouse over that clarify why the annotations are cluttering your gutter with additional icons.
- Annotations for overrides and implementations can be clicked to navigate to respectively the method being overridden or implemented.