This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-27
Channels
- # announcements (5)
- # beginners (267)
- # boot (1)
- # calva (37)
- # cider (11)
- # clara (10)
- # clj-kondo (24)
- # cljsrn (13)
- # clojars (1)
- # clojure (119)
- # clojure-europe (5)
- # clojure-italy (19)
- # clojure-nl (11)
- # clojure-spec (18)
- # clojure-uk (99)
- # clojurescript (44)
- # clojurex (57)
- # community-development (6)
- # cursive (13)
- # datomic (92)
- # duct (12)
- # fulcro (1)
- # graalvm (4)
- # jobs (1)
- # kaocha (6)
- # luminus (3)
- # lumo (9)
- # off-topic (20)
- # pathom (6)
- # re-frame (21)
- # reagent (2)
- # reitit (9)
- # remote-jobs (4)
- # shadow-cljs (32)
- # spacemacs (3)
I accidentally clicked 'Don't ask me again' on the ClojureDocs download popup, but I actually want it to ask me again. Can I reset this setting?
at least "Find usages" still works
if i create an empty directory, open it up in intellij first, then i create a deps.edn
file, cursive doesn't allow me to create deps based run configurations or repls.
if i run File/New/Project from existing sources...
and just let it overwrite the .idea
directory, then everything works.
how can i manually inform cursive/intellij project about the creation of the deps.edn
file?
btw, im on 2019.1.3 & 1.8.2-eap4 but it didn't work with non-eap version either. imagine, i do this:
mkdir deps-test
idea deps-test
echo '{:paths ["src"] :deps {}} ' > deps-test/deps.edn
and then what's next?
i have no deps tool window.
cmd-shift-a "deps" doesn't show that option either.in fact, cmd-shift-a doesn't even work now, after i've added the deps.edn file 😕 it works in other windows... this happened for the 2nd time today.
it's blinking the Help menu, but the action finder doesn't pop up. but if i select the Find Action... from the Help menu with the mouse, then the popup appears...
Hmm, right, if it’s the very first deps.edn file, you won’t have the toolwindow yet. You can use File | Project Structure, click +
there and import a new module, and then point it at the deps.edn file.