This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-27
Channels
- # bangalore-clj (1)
- # beginners (27)
- # boot (16)
- # cider (14)
- # cljs-dev (94)
- # cljsrn (8)
- # clojure (229)
- # clojure-dev (5)
- # clojure-dusseldorf (6)
- # clojure-italy (8)
- # clojure-norway (8)
- # clojure-russia (22)
- # clojure-sanfrancisco (2)
- # clojure-spec (48)
- # clojure-uk (44)
- # clojurescript (47)
- # core-async (87)
- # cursive (43)
- # datascript (22)
- # datomic (20)
- # defnpodcast (5)
- # emacs (6)
- # hoplon (4)
- # jobs-rus (4)
- # keechma (2)
- # klipse (8)
- # leiningen (2)
- # luminus (2)
- # lumo (14)
- # om (38)
- # onyx (4)
- # overtone (3)
- # pedestal (41)
- # planck (72)
- # powderkeg (42)
- # proton (46)
- # protorepl (9)
- # reagent (9)
- # ring (47)
- # ring-swagger (5)
- # rum (7)
- # sql (22)
- # unrepl (1)
- # untangled (24)
- # vim (19)
- # yada (5)
@cfleming Hey Colin. Any chances of this coming soon? https://github.com/cursive-ide/cursive/issues/1439
morning morning... qq: does intellij ultimate vs intellij community have any impact on cursive features?
@goomba: If you are only doing Clojure development, I'm pretty sure there is no difference.
I wouldn't think so but would like to make sure 🙂
I'm having trouble setting up the cursive keybinding shortcuts, settings > keymap > clojure keybinding > cursive as the apply button is grayed out. It doesn't seem to match the cursive website instructions. I have been able to map ctrl-enter to "send form before caret to repl"
Will anyone be at clojure west this week who would want to do a cursive setup / best practices un-session?
sometimes intellij is really bad abour telling you when you have to copy a profile (in my opinion) to be able to change it
@moizsj I haven’t planned it, but it’s certainly one that is getting more useful with spec
@goomba No, there’s no difference right now (deliberately). There’s a possibility that the CLJS support might integrate with IntelliJ’s JS support at some point, but I’ll only do that if Cursive could work in a cheaper IDE providing that support (i.e. WebStorm etc)
Currently it can’t because the Java support is not a pure plugin, so it can’t run in WebStorm or the other IDEs. They have a project to fix that but I believe it’s stalled.
gotcha gotcha
just wanted to make sure I wasn't missing out on anything, thanks 🙂
@serioga So, there is some support for that, and I’d expect it to work if you have no symbol resolution issues.
Going to the decl of .getElementById
won’t be very useful in general, it’s just a stub
Can you try (meta #‘cursive.repl.runtime/completions)
and see what it comes back with?
in cursive/intellij, on ctrl-alt-L (format code), I'm getting hideous 6 character wide indents, even though my editor/code style settings for Clojure files is 2. Any ideas on this? Is there a separate setting for Cursive? For ClojureScript?
@a2_himmel Can you send a screenshot of a form formatted like this?
Ok, look in your project toolwindow, and expand out your External Libraries - is ClojureScript in there?
Ok, open your lein toolwindow (_View->Tool Windows->Leiningen) and check to see if your project is registered there.
Ok, in the project toolwindow, right click your project.clj, and select “Add as lein project"
The js/*
stuff is a bit hit and miss, some will work but there’s no type inference or anything like that, which would help a lot with that.