This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-15
Channels
- # beginners (15)
- # boot (4)
- # cider (1)
- # cljsrn (16)
- # clojars (1)
- # clojure (92)
- # clojure-india (3)
- # clojure-russia (27)
- # clojure-spec (9)
- # clojure-uk (5)
- # clojurescript (73)
- # cursive (28)
- # datascript (10)
- # emacs (1)
- # events (5)
- # hoplon (1)
- # instaparse (7)
- # juxt (2)
- # klipse (13)
- # lumo (17)
- # off-topic (166)
- # onyx (4)
- # protorepl (5)
- # re-frame (5)
- # reagent (13)
- # rum (26)
- # untangled (17)
- # yada (3)
if cursive becomes standalone, how about the tools that intellij provided, such as database tools
, inject language
, etc?
@doglooksgood If Cursive is standalone, it will still be available as a plugin. All those features will require IntelliJ still.
A standalone Cursive would be basically the IntelliJ Community edition, with a few unnecessary things removed, Cursive pre-installed and some of the basic flows made more Clojure-specific.
What I would really appreciate was if Cursive then would create the necessary run-configs for me, and pop up a window saying something like “Hi! Would you like to me to start a repl for you?”
Bonus points if Cursive would see that I’m using figwheel and pop open a cljs-repl as well, although that’s apparently not needed as much in Cursive as in Cider, since Cursive uses static code analysis.
@tap/@cfleming https://github.com/cursive-ide/cursive/issues/1710 sounds like something my colleagues are experiencing. Right now we’re on easter holidays, but I’ll investigate further when we’re back at work.
@slipset Yes, I’m planning both of the steps you suggest, and the next big feature is better CLJS REPLs.
Seems like it was (according to @psalaberria002)
Ok. I’m going to have another go at not adding those configs by default, because they seldom make sense for Clojure.
Also, it seems like I need to mark quite a few of my directories as “excluded” so that they don’t pop up when I look for files.
also, because figwheel, I needed to mark resources/public/js/{figwheel-builds}-out as excluded
Ok. I’ll add a note to https://github.com/cursive-ide/cursive/issues/1703