This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-14
Channels
- # adventofcode (29)
- # aws (3)
- # babashka (25)
- # beginners (13)
- # calva (4)
- # cherry (7)
- # cider (26)
- # clj-kondo (9)
- # clojure (88)
- # clojure-europe (21)
- # clojure-losangeles (3)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (11)
- # clojuredesign-podcast (2)
- # clojurescript (4)
- # cursive (10)
- # datalevin (1)
- # emacs (50)
- # gratitude (1)
- # honeysql (12)
- # hyperfiddle (19)
- # jobs-discuss (28)
- # kaocha (3)
- # lsp (53)
- # malli (4)
- # meander (3)
- # off-topic (48)
- # re-frame (11)
- # releases (2)
- # ring-swagger (2)
- # shadow-cljs (50)
- # squint (26)
- # tools-build (3)
- # tools-deps (8)
- # xtdb (4)
- # yamlscript (1)
Latest CIDER (1.13.0-snapshot) seems to break CLJS autocomplete in general. Even in a barebones shadow-cljs project, I can no longer get meaningful suggestions when I type e.g. js/document.
for what its worth, CIDER 1.11 seems to work fine, so something in either 1.12 or 1.13 changed
and all objects suggest these same properties, so there is effectively no autocomplete
It might have been https://github.com/clojure-emacs/clj-suitable/pull/42
Is your issue limited to js/document
? What about general cljs vars and keywords?
here is comparison of old and newer CIDER for js/goog.
just to demonstrate the JS autocomplete issue
Nice, appreciated.
It's very likely that PR. I'll try to limit its effect to String
, as originally intended
Thanks! I’ll also note that javascript autocomplete does work for showing “top-level objects”, as in your screenshot. The problem happens once you try to get suggestions for fields and methods of objects
Sorry, it escaped my mind but today it won't https://github.com/clojure-emacs/clj-suitable/issues/45
I'm aiming for a release by the end of the week https://github.com/clojure-emacs/clj-suitable/pull/46 including misc other stuff
ℹ️ 🎉 I have interesting news to share: Clojurists Together is awarding 9k to CIDER, this quarter. With that I'll be able to focus 100% of my time on all things CIDER for a while, in a similar way that I did for a remarkable number of months this year. You can read about my ongoing collaboration with @bozhidar https://www.clojuriststogether.org/news/july-and-august-2023-long-term-project-updates/#ciderrepl-bohzidar-batsov. If you wish to amplify this impact, possibly securing one or two extra weeks of focused work, kindly consider making a one-off donation to our https://opencollective.com/cider, or pitching so to your organisation.
Can I disable cider asking me if I want to open the browser URL after cider-jack-in-clj&cljs
. I don’t want the prompt or to open the browser.
It’s a bit of an annoying search string:
Visit '' in a browser? (y or n)
Where the port varies. I can dig though if needed. I just wondered if there was something more readily available in docs that I didn’t see.