This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-02
Channels
- # babashka (117)
- # babashka-sci-dev (6)
- # beginners (34)
- # biff (2)
- # calva (7)
- # clj-kondo (27)
- # clojure (6)
- # clojure-dev (8)
- # clojure-europe (41)
- # clojure-israel (1)
- # clojure-nl (1)
- # clojure-norway (2)
- # clojure-uk (1)
- # clojurescript (22)
- # cursive (3)
- # datascript (12)
- # dev-tooling (4)
- # emacs (13)
- # hyperfiddle (60)
- # introduce-yourself (8)
- # joyride (9)
- # lsp (46)
- # malli (3)
- # mranderson (75)
- # off-topic (40)
- # pathom (9)
- # pedestal (4)
- # reagent (11)
- # reitit (18)
- # releases (2)
- # shadow-cljs (81)
- # squint (18)
Hunh. I let IntelliJ upgrade to 2022.3.1. It seems to want to waste a line to tell me I wrote every function. Anyone know how to make those (apparently git blame) annotations go away?
This might help: https://www.jetbrains.com/help/idea/investigate-changes.html#show-author-of-changes
Thx, @U01GXCWSRMW! I just found this insanity, too:
We’ve implemented Code Vision inlay hints for JavaScript and TypeScript. These hints provide you with instant insights about your code right in the editor, displaying metrics like inheritors, usages, code authors, and related problems. The hints are interactive. For example, you can click on the usages hint to see all usages of the class or method in the project.
The metrics are all enabled by default now and can be modified in Settings/Preferences | Editor | Inlay Hints | Code vision.
"enabled by default"? sigh
So I disabled the whole Code Vision suite, clicked "apply", and nothing happened. When I saved it finally took effect. Yay.
Now I just have to figure out whether a .cljc file is JS or TypeScript. :rolling_on_the_floor_laughing: