This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-12
Channels
- # aleph (6)
- # announcements (11)
- # babashka (24)
- # beginners (127)
- # calva (33)
- # chlorine-clover (5)
- # cider (7)
- # clara (9)
- # cljs-dev (54)
- # cljsrn (5)
- # clojure (61)
- # clojure-australia (8)
- # clojure-bay-area (11)
- # clojure-europe (36)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-spec (6)
- # clojure-taiwan (1)
- # clojure-uk (8)
- # clojurescript (94)
- # code-reviews (2)
- # community-development (6)
- # conjure (26)
- # core-typed (1)
- # cursive (3)
- # datahike (4)
- # datomic (14)
- # events (1)
- # graphql (1)
- # honeysql (49)
- # introduce-yourself (5)
- # jobs-discuss (15)
- # kaocha (6)
- # lsp (8)
- # malli (1)
- # meander (5)
- # nrepl (1)
- # off-topic (21)
- # other-languages (1)
- # pathom (13)
- # podcasts-discuss (1)
- # polylith (1)
- # reitit (16)
- # shadow-cljs (50)
- # spacemacs (11)
- # sql (11)
- # tools-deps (21)
- # unrepl (1)
- # vim (9)
I thought at one point I was able to click directly from an Exception in the run
tool window using lein to a defined namespace. However, now when the filename is common like core
or util
, it brings up a menu to select the proper one. The whole namespace is printed out in the Exception so I would imagine the link to the file could be determined, but I know it’s not always as easy as it seems
Is there an issue/feature request filed for this already?
I don’t think there is, but this is something I’ve been meaning to fix for a while. This works correctly in the REPL, but hasn’t worked properly in the run toolwindow for Reasons, basically. I’ll take a look at fixing this.
Thanks @U0567Q30W! Would you like me to create a GitHub issue for it?