This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-22
Channels
- # announcements (2)
- # aws (5)
- # babashka (17)
- # beginners (108)
- # calva (28)
- # chlorine-clover (7)
- # clj-kondo (14)
- # cljs-dev (9)
- # cljsrn (2)
- # clojure (118)
- # clojure-europe (50)
- # clojure-finland (5)
- # clojure-france (15)
- # clojure-italy (9)
- # clojure-nl (14)
- # clojure-spec (11)
- # clojure-uk (43)
- # clojuredesign-podcast (1)
- # clojurescript (35)
- # clojutre (2)
- # clr (3)
- # community-development (6)
- # conjure (9)
- # core-async (41)
- # cursive (7)
- # data-science (7)
- # datomic (11)
- # events (1)
- # figwheel-main (4)
- # fulcro (20)
- # ghostwheel (9)
- # graalvm (18)
- # helix (46)
- # leiningen (14)
- # observability (2)
- # off-topic (23)
- # pathom (4)
- # re-frame (5)
- # reitit (5)
- # rum (2)
- # shadow-cljs (32)
- # spacemacs (8)
- # specter (5)
- # sql (36)
- # timbre (3)
- # vim (15)
- # xtdb (2)
- # yada (2)
You know that pesky problem of command not found?
I am able to consistently reproduce it
If I launch VSCode with code ~/.clojure/deps.edn
then it bombs
if I go into that directory and launch code from there, it works
But after updating that to 2.10 it went away. đ
Ok, I thought I could consistently replicate it. Ignore
Sorry, 2.0.101
2.0.98 is supposed to fix the problems with bare files (which was a common reason for command not found): https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.98
of Calva
Anyway, ignore.
Next time it comes
Its like catching pokemon
is formatting different for EDN files?
Wow, the upgrade change da lot of things. My indent guides donât show any more
v2.0.94 replaced the built in indent guides with Calva's own: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.94 You might want to check out: https://calva.io/customizing/#calva-highlight
hitting tab on an empty line throws up
calva-fmt.formatCurrentForm not found
Doesn't sound good at all. Please file an issue with a repro. As @U9A1RLFNV says, file it from within VS Code and we will get some info about your setup along with the issue.
@pez - Iâve found more information. I installed every version one at a time from 2.0.88. My troubles begin when I go from 2.0.91 to 2.0.92. In 2.0.92,hitting a tab on an empty line brings up calva-fmt.formatCurrentForm not found
. Thereafter, every version seems to have problems invoking either shortcuts or formatting
from 2.0.90 onwards I have a problem invoking certain other actions like transpose
so as of now, I am on 2.0.89. That is stable and works well for me. Every version after that is acting strange
However, on 2.0.89, opening arbitrary files outside current project causes other strange issues
especially edn files.
Is it somehow possible to find all usages of qualified keywords? Eg is I want to find all ::foo
even if it used as ::bar/foo