Fork me on GitHub
#cursive
<
2021-07-06
>
greg13:07:15

I found a potential bug. If s/fdef is used, the Cursive highlights the instrumented method as unused.

Björn Ebbinghaus13:07:23

Is there a way to manually set alias resolvers for namespaces? Like strclojure.string :as str . I sometimes get some weird proposals of libs I don't even use directly.

4
cfleming21:07:11

There isn’t at the moment, no, although it’s a good idea and it’s been requested from time to time.

nodename17:07:47

Hello, I was having trouble getting Cursive to recognize my shadow-cljs project; I was helped in this thread https://clojurians.slack.com/archives/C0744GXCJ/p1625107985130100 to (seemingly) get everything working properly by deleting my .idea folder and reopening the pom generated by shadow; but I shortly discovered that I am unable to set breakpoints in Cursive! Clicking in the gutter does nothing; Toggle Breakpoint submenu is all greyed out. @cfleming?

nodename19:07:16

Or am I merely imagining that I could ever set cljs breakpoints in Cursive?