This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-24
Channels
- # aws (3)
- # aws-lambda (1)
- # beginners (16)
- # boot (36)
- # cider (3)
- # cljs-dev (90)
- # cljsjs (1)
- # cljsrn (27)
- # clojure (240)
- # clojure-austin (1)
- # clojure-berlin (3)
- # clojure-dusseldorf (2)
- # clojure-france (2)
- # clojure-germany (12)
- # clojure-russia (19)
- # clojure-spec (20)
- # clojure-uk (56)
- # clojurescript (218)
- # clojurex (1)
- # cursive (21)
- # datomic (10)
- # events (1)
- # hoplon (18)
- # instaparse (19)
- # jobs-discuss (3)
- # lein-figwheel (3)
- # luminus (3)
- # lumo (14)
- # off-topic (4)
- # om (76)
- # onyx (67)
- # protorepl (12)
- # re-frame (54)
- # reagent (35)
- # ring (2)
- # spacemacs (5)
- # specter (2)
- # sql (11)
- # untangled (144)
- # yada (34)
how do I make cursive/intellij "know" about all of the classes provided by a new dependency
I've updated a dependency and a huge number of the classes have changed packages, and I'd like to get as much automatic fixing as possible
https://cursive-ide.com/userguide/leiningen.html "Refreshing Leiningen dependencies" section
is there any way in Cursive to get sensible highlighting and symbol resolution for defmethod
?
> is there any way in Cursive to get sensible highlighting and symbol resolution for defmethod
?
@superstructor https://cursive-ide.com/userguide/macros.html
See “Customising symbol resolution”.
@serioga thanks, resolving defmethod
as defn
thanks only works when methods don’t have a name which is good for stack traces e.g. (defmethod country “nz” [args] “was nz”)
works but (defmethod country “nz” country-nz [args] “was nz”)
does not work.
Suddenly selected text/code is ‘moveable’. I’m on 2017.1EAP and snapshot from 16.02. To reproduce: Just select any code/text, hold cmd and move mouse around. Same thing happens on my linux workstation (with left click)
anyone know why cursive says "js/window.addEventListener cannot be resolved"? does cursive know about anything js specific?
@isak might be related to this? https://github.com/cursive-ide/cursive/issues/626
@manutter51 well it is able to resolve many symbols, but it seems like 0 javascript symbols, even stuff that would be in the base set of externs