Fork me on GitHub
#cursive
<
2021-12-18
>
Romit Gandhi17:12:56

I have generated re-frame project but in the intellige+cursive it is not detecting it and I'm not able to use any plugin features, do I need to do something extra?

cfleming08:12:49

I’m going to need more information about what you’re doing, and what is not working. Did you follow either https://cursive-ide.com/userguide/leiningen.html or https://cursive-ide.com/userguide/deps.html to import your project?

Romit Gandhi17:01:15

Actually @U0567Q30W, I generated re-frame project using lein new re-frame <app-name> and in that there is neither project.clj or deps.edn . Actually, inside that shadow-cljs.edn is there. And when I'm loading that project in Intellige using cursive it is not able to provide me any suggestion or any plugin related features. Can you please help me regarding that ?

Fudge20:12:47

How do I add cursive plugin zip file in intellij?

cfleming00:12:43

Are you just trying to install Cursive, or do you need to install from disk for some reason?

cfleming00:12:42

If you just need to install, then follow this: https://cursive-ide.com/userguide/#installing-cursive. If you need to install from disk for some reason, do something like this: https://cursive-ide.com/userguide/#downgrading-cursive

Mike22:12:12

hey i'm having some trouble configuring cursive on windows. i'd like to use CLI Tools and installed clojure with the clj on Windows ps script, but it can't find the clojure command.

cfleming01:12:44

The best way to use deps with Cursive on Windows is to use tools.deps directly, see: https://cursive-ide.com/userguide/deps.html#windows.

cfleming01:12:50

Cursive can’t use WSL yet, unfortunately. I believe there’s support for graphical apps coming to WSL sometime, and then it should be possible to run IntelliJ entirely inside it, but AFAIK that’s not possible yet. I don’t use Windows myself though, so I’m not very up to date.

Mike23:12:21

is there a way to use wsl?

Mike23:12:26

with cli tools