This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-11
Channels
- # announcements (4)
- # aws (6)
- # babashka (40)
- # beginners (318)
- # biff (4)
- # bootstrapped-cljs (9)
- # calva (19)
- # chlorine-clover (1)
- # cider (3)
- # clj-on-windows (25)
- # cljdoc (8)
- # cljfx (1)
- # cljs-dev (30)
- # cljss (2)
- # clojure (62)
- # clojure-chile (9)
- # clojure-europe (11)
- # clojure-finland (17)
- # clojure-italy (1)
- # clojure-kc (1)
- # clojure-nl (3)
- # clojure-spec (27)
- # clojure-uk (40)
- # clojuremn (1)
- # clojurescript (51)
- # conjure (6)
- # cursive (8)
- # data-science (9)
- # datahike (4)
- # datascript (1)
- # datomic (31)
- # emacs (10)
- # emotion-cljs (1)
- # events (1)
- # figwheel-main (16)
- # find-my-lib (1)
- # fulcro (30)
- # graalvm (3)
- # graphql (12)
- # helix (16)
- # honeysql (5)
- # jobs (1)
- # jobs-discuss (10)
- # juxt (3)
- # kaocha (26)
- # lambdaisland (3)
- # leiningen (15)
- # malli (7)
- # off-topic (100)
- # pathom (8)
- # pedestal (15)
- # protojure (24)
- # re-frame (2)
- # reagent (7)
- # reitit (22)
- # remote-jobs (1)
- # shadow-cljs (140)
- # spacemacs (17)
- # spire (2)
- # tools-deps (23)
- # uix (11)
- # vim (5)
- # xtdb (3)
- # yada (3)
thanks, i will go that route. the only downside is that it highlights everything in red until i configure clj-kondo but that's pretty minor.
I was asking recently about weird behaviour when typing into Calva. I managed to capture a small video showing it: https://i.ibb.co/rm0GYPc/ezgif-com-crop.gif
Two things:
1. the highlighting of the brackets as you type
2. the changing colors of require
letters
I don't see a change in color of the require letters (#2) in that gif. Am I missing something? Regarding #1, @U0ETXRFEW Is that a side effect of color-matching the open/close characters? Wonder if there is a way to prevent the highlight. I am differentiating here between coloring (which we call highlighting some in the code base I think), and actual highlighting like when you select text with the cursor.
If you see the u and i in require start off blue when I type them, then go to orange (the final stage).
@U0ETXRFEW with calva disabled both issues disappear (but I get VSCode paren match which is weird, though better looking visually IMO)
Thanks for trying that out. Calva‘s matching is quite involved, a lot of things happen when one character is typed. But maybe we can control the rendering some. Please file an issue.
I haven’t noticed, and haven’t tried yet, now that I know what to look for. But I really doubt it is just on your machine.
Made an issue so I don’t forget: https://github.com/BetterThanTomorrow/calva/issues/673
Hello! Is it Calva or something else that controls syntax highlighting? I would like to give a distinct color to keywords... Thank you! Also, I am getting "Extension host terminated unexpectedly." on latest VS Code. Anything I can do about it? 🙏
Hello, I'm trying calva on Codium and Jack In doesn't work with the following message:
zsh:1: command not found: lein
lein
is in a custom directory which is included in the PATH in a declaration that is in my .zshrc.
vscode seems to detect well the path of zsh (`/usr/bin/zsh` on linux) but on calva launch it seams to not load the ~/.zshrc
file.
Is it a known behaviour ?