Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 632 Bytes

PhpStorm + Kdyby Events

This plugin integrates the best IDE known as PhpStorm with the best php eventing library Kdyby Events.

Features

  • go to attached events on event declaration
  • go to attached events on event invocation
  • event names autocompletion
  • event name click-thru to event declaration

Find attached events

Click on event definition and go to any attached handler. screenshot01

Event names autocompletion

Start typing event name within getSubscribedEvents and it will autocomplete available events. screenshot02