Fork me on GitHub
#cursive
<
2022-04-25
>
Baye10:04:40

Hi. How do you open IntelliJ on Terminal such as "code ." for opening vscode?

onetom06:04:27

I usually manage my IDE versions with JetBrains Toolbox, which I install with brew install --cask jetbrains-toolbox That toolbox app can let you turn on the creation of those command-line launcher scripts, like idea. I usually have an EAP version installed too, so I set in the toolbox to call the script for that idea-eap.

aratare11:04:46

there's a command called idea but iirc you will have to install it

Baye23:04:06

I am still struggling to make it work

aratare05:04:26

What was your original intention?

Baye17:04:36

open my project from the terminal type "idea ." like one can do vscode or atom "code ." or "atom ."

aratare17:05:36

I haven't tried it so I'm not sure if it works similarly

UlisesMAC20:04:34

Hi all! Does anybody know how to display the cursive/diff feature in a shadow repl? I can use it before using the shadow-cljs REPL but I get the next error:

(shadow/nrepl-select :app)
To quit, type: :cljs/quit
=> [:selected :app]
(cursive/diff "a" "b")
------ WARNING - :undeclared-ns ------------------------------------------------
 Resource: <eval>:1:2
 No such namespace: cursive, could not locate cursive.cljs, cursive.cljc, or JavaScript source providing "cursive"
--------------------------------------------------------------------------------

------ WARNING - :undeclared-var -----------------------------------------------
 Resource: <eval>:1:2
 Use of undeclared Var cursive/diff
--------------------------------------------------------------------------------

=> nil

cfleming21:04:00

In the release notes there’s a workaround detailed, using a tagged literal: https://groups.google.com/g/cursive/c/djESICRaiHs/m/l1ZVtyxbBgAJ

👍 1
UlisesMAC20:04:32

I think that a fix could be to put the full namespace (not only cursive )