This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-10
Channels
- # announcements (1)
- # babashka (18)
- # beginners (122)
- # calva (18)
- # cider (3)
- # cljs-dev (2)
- # cljsrn (3)
- # clojure (102)
- # clojure-europe (15)
- # clojure-france (2)
- # clojure-nl (1)
- # clojure-portugal (1)
- # clojure-spec (3)
- # clojure-uk (8)
- # clojurescript (46)
- # clojureverse-ops (5)
- # code-reviews (1)
- # conjure (2)
- # cursive (15)
- # datalog (13)
- # datomic (18)
- # emacs (4)
- # fulcro (8)
- # helix (8)
- # instaparse (1)
- # introduce-yourself (2)
- # jobs (4)
- # leiningen (23)
- # lsp (26)
- # malli (21)
- # off-topic (34)
- # pedestal (21)
- # polylith (6)
- # reitit (5)
- # remote-jobs (3)
- # schema (1)
- # sci (8)
- # shadow-cljs (8)
- # spacemacs (3)
- # sql (30)
- # testing (31)
- # tools-deps (21)
- # vim (25)
- # xtdb (8)
Anyone have a good solution for switching back and forth between Lein and deps.edn? On our master
branch, we have switched to deps.edn
(yay!) but when I need to check out an older branch, where Lein is still in use, the tool window is gone. I know that I can basically nuke the entire IntelliJ project and start over, but that’s obviously too disruptive to do on a regular basis.
Not awesome, but you should just need to Add as Leiningen Project
on the project.clj
each time you have to switch to an older branch. Should be able to do that through either the context menu on the file or through the Leiningen tool window.
@U01GXCWSRMW, thanks, this approach will get me through for now. Appreciate the response
is there any plan to extend IntelliJ IDEA's built-in grammar/style checking support (provided by Grazie (https://plugins.jetbrains.com/plugin/12175-grazie), which, in turn, is based on LanguageTool (https://languagetool.org)) to Clojure(Script) source files?
Looks pretty straightforward, could you file an issue for that and I’ll fix it in the next EAP?
Actually, I filed https://github.com/cursive-ide/cursive/issues/2579, I’ll fix that now.
I need to use it for a bit before releasing, there’s a system of exceptions which seem to be used to suppress common warnings that tend to appear in each language. I’m not sure yet why they’re different per-language, so I’ll use it myself for a bit and see if any of the suggestions are obviously annoying. There’s an issue at the moment in which docstrings require the support to be turned on for literals, i.e. they’re not recognised as documentation (there’s a system of scopes which can be turned on and off).
sounds good, please take your time and release it whenever you feel comfortable doing so. 🙂