This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-23
Channels
- # aleph (1)
- # architecture (4)
- # aws (7)
- # beginners (249)
- # boot (17)
- # calva (4)
- # cider (30)
- # cljdoc (7)
- # cljs-dev (1)
- # cljs-experience (3)
- # clojure (69)
- # clojure-dev (7)
- # clojure-europe (1)
- # clojure-italy (7)
- # clojure-japan (15)
- # clojure-spec (6)
- # clojure-uk (39)
- # clojurescript (51)
- # cursive (31)
- # data-science (4)
- # datavis (1)
- # datomic (40)
- # dirac (67)
- # duct (8)
- # editors (15)
- # emacs (9)
- # events (3)
- # figwheel-main (2)
- # fulcro (157)
- # juxt (4)
- # kaocha (11)
- # lein-figwheel (1)
- # off-topic (31)
- # pathom (18)
- # re-frame (4)
- # reagent (2)
- # reitit (16)
- # remote-jobs (1)
- # shadow-cljs (11)
- # specter (2)
- # speculative (1)
- # tools-deps (27)
- # vim (1)
- # yada (2)
I’m using cursive to edit some .cljc files, but some of the documentation (press F1 when on symbol) isn’t working properly - I think because it can’t choose between the clojure and clojurescript versions of the function. Is there a recommended workaround for this?
Aha no worries, it’s not a big deal since I can look it up pretty fast in the repl just next to the code.
@joel834 This looks like the issue, I’ve moved it to look at in the next release: https://github.com/cursive-ide/cursive/issues/1645
Is it possible to change how cursive does [clojure.test :refer :all]
when creating new test namespaces? I’d like to change to [clojure.test :as t]
@dadair Yes, Settings->Editor->File & Code templates->Clojure Test File
man I had no idea about this. amazing
I feel personally attacked by the existence of :refer :all
so this is good to know
Hehe - I’m actually in the process of revamping my documentation which will help with things like this (assuming that someone reads it, of course), but it’s slow going as I get distracted on a regular basis.
Oh, right, sorry - this is the import dialog, not the Settings one. Finish, in that case.
@cfleming when I press "Finish" that window (Cannot save settings - refresh...) appears again
@sy_borg Ok, let’s try something different. Instead of trying to import a project (so cancel out of that if you have an import open), then go to Settings->Build, Execution, Development->Build Tools->Clojure Deps. Select “Use tools.deps directly” there, hit Refresh, then Download, and then OK if all that works correctly.
@cfleming thanks again. it seems that in my case import dialog settings don't override global settings
I think what it is is if the import dialog is the one that you open first (which it will be for most users), when the latest version is populated in the combo box it’s not written to the settings. I suspect that manually changing the combo box to a different version and then setting it back to the most recent one would also work, since the settings are updated when the combo box is changed.