This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-29
Channels
- # announcements (3)
- # babashka (47)
- # beginners (88)
- # calva (17)
- # clj-kondo (8)
- # cljdoc (1)
- # clojars (9)
- # clojure (98)
- # clojure-europe (53)
- # clojure-norway (2)
- # clojure-seattle (1)
- # clojure-uk (5)
- # clojurescript (20)
- # cursive (11)
- # data-oriented-programming (1)
- # data-science (3)
- # datahike (1)
- # datascript (3)
- # events (3)
- # graalvm (5)
- # honeysql (7)
- # hyperfiddle (1)
- # jobs-discuss (10)
- # leiningen (3)
- # malli (16)
- # music (4)
- # nbb (17)
- # off-topic (45)
- # pathom (9)
- # portal (7)
- # releases (1)
- # shadow-cljs (80)
- # sql (15)
- # tools-build (5)
- # xtdb (23)
Hi all. Right now I'm seeing Re-frame reg-event-*
s listed inside my "Structure" Tool Window, but not reg-sub
s. What could be the reason for that?
I’m not sure, it looks like that should work, looking at the code. I’ll try to reproduce that.

I just tried to reproduce this, and I’m not seeing reg-event-*
s in the structure either.
Ok, I think I have figured out the problem here. Could it be that your events are registered using namespaced keywords, and the subs are registered using bare non-namespaced ones?
Thanks for looking into it. I have namespace-qualified keywords in both cases.
Navigation to the subscriptions does work.
In that case, I’m not sure what’s going on, I can’t reproduce that. I’ll fiddle around a little more. Is this a public project I could look at?
It is not. But I could try to reproduce it in a toy project.
So, on your side, you see both events and subscriptions in the Structure window?