This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-21
Channels
- # announcements (2)
- # aws (1)
- # beginners (172)
- # boot (3)
- # calva (19)
- # cider (18)
- # clj-kondo (5)
- # cljsrn (18)
- # clojure (47)
- # clojure-europe (9)
- # clojure-finland (7)
- # clojure-italy (3)
- # clojure-nl (15)
- # clojure-spec (20)
- # clojure-sweden (2)
- # clojure-uk (72)
- # clojurescript (45)
- # cursive (42)
- # datomic (6)
- # duct (4)
- # emacs (4)
- # expound (48)
- # figwheel-main (7)
- # fulcro (64)
- # graphql (8)
- # hoplon (9)
- # hyperfiddle (1)
- # jackdaw (8)
- # jobs (4)
- # jobs-discuss (61)
- # klipse (5)
- # leiningen (6)
- # off-topic (72)
- # pathom (2)
- # planck (11)
- # re-frame (1)
- # reagent (3)
- # reitit (16)
- # remote-jobs (17)
- # ring-swagger (3)
- # shadow-cljs (49)
- # spacemacs (12)
- # sql (3)
- # tools-deps (124)
- # vim (64)
- # xtdb (4)
well the only think i wish that could work is like in emacs/spacemacs that i can have multiple nrepl connection đ
So, first I need to fix the bug. But it is still strange that you get the âno project.clj file foundâ in jack-in. Can you describe the project layout some and from where you open the vscode window?
VSCode: open in the root folder where i have all my clojure projects checkedout Example: repos/<projects> then i open vscode with the contextmenu in repos project layout is normal in the root of the project is the project.clj and then i have src/clj and src/cljs
in windows you can right-click in the window explorer and there i have the option open with vscode
And you still get that message? Hmm. Do you have the projectDir
setting set to something?
well depends if i open the project directly or the folder where i have all my projects i tried with opening the project directly, then the project.clj is found in the root -> did not work tried setting the projectDir to the project name and open the folder with all projects -> did not work
Hello. I noticed the following - code evaluation work, but not Go to / peek definition doesnât. After some digging through the issues, I realised, that I need to do Calva: Evaluate current file in the particular file. Then go to definition works. However, in a bigger project it is tedious to go to every single file and evaluate it. Is there a way to evaluate the whole project and have Go to definition work in every file?
just an aside, I've not been helping out much, but I have been following dev branch fairly religiously. Always pleasantly surprised that things just keep working in my wacky setup. Nice job
one minor nit, which might not mean much, is that the auto-surf to :3449 doesn't help me much. The way Im setup, I have to start my server to serve the pages, or the API isn't there, so this (at least for me) is always the wrong answer.