Fork me on GitHub
#clojurescript
<
2021-08-14
>
hbprince02:08:03

anyone here using lighttable for cljs apps?

hbprince02:08:26

would like to know IDEs you are using for CLJS development 🙂

Asko Nōmm03:08:47

VS Code + Calva extension works really well. If you like the IntelliJ family of IDE's, https://cursive-ide.com is available. If minimalism is your thing then Sublime Text (With the https://clojure-lsp.github.io/clojure-lsp/clients/ installation) is also a possibility.

👍 3
jmayaalv08:08:31

basically whatever editor you use right now has a plugin for clojure. If you don’t have a favorite editor yet VSCode + calva is probably the easiest to get started.

👍 3
Nik12:08:10

Emacs + Clojure LSP

❤️ 6
athomasoriginal12:08:17

if you’re new in general, I recommend atom + chlorine. It’s simple and works very well. The biggest thing is just having an editor that easily connects to a REPL. After that, it’s mostly personal preference.

👍 3
simongray07:08:13

Cursive for 3+ years now.

👍 1
tessocog06:08:09

emacs + cider

❤️ 1
hbprince14:08:15

@U8QBZBHGD can you send me an guide to setup clojure env in doom-emacs?

hbprince15:08:32

Thank you, will look into it!

partywombat 1
Kannan Ramamoorthy07:08:20

I'm late to the party, but would like to hear from experienced people. For people using cursive, I'm facing issue in the IDE resolving the js imports coming from package.json. i.e., When using shadow-cljs along with package.json, the code runs and works fine. But the IDE is not able to figure out the dependencies coming from package.json. (Ofcourse, shadow.cljs is also having issues, but I can workaround it with npx shadow-cljs pom .) How are you overcoming this issue?

Nik00:10:26

VScode + Calva is very smooth experience. I shifted to it after facing few issue with Emacs (spacemacs) setup