Re-frame events not reported in the structure when registered using re-frame.alpha
This is basically the same issue as https://github.com/cursive-ide/cursive/issues/1816 but for events registered using calls to reg-event-db and reg-event-fx from the re-frame.alpha package instead of re-frame.core. I checked, and when I just change the require from re-frame.alpha to re-frame.core, hide and view the Structure view again, the events appear in the listing. When I change back to re-frame.alpha and refresh the Structure view again, they disappear again.
Could you please extend the special handling of these Re-frame events (and subscriptions as well, although I don't see a need to use the alpha versions there) to work also with the re-frame.alpha package?
The reason I started using it for events are Re-frame Flows -- they currently don't appear to work with events registered using functions from re-frame.core.