This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-14
Channels
- # aleph (4)
- # announcements (10)
- # babashka (21)
- # beginners (67)
- # biff (7)
- # calva (4)
- # clojure (40)
- # clojure-europe (11)
- # clojure-gamedev (17)
- # clojure-losangeles (3)
- # clojure-madison (1)
- # clojure-nl (1)
- # clojure-norway (78)
- # clojure-uk (3)
- # clojurescript (83)
- # core-typed (18)
- # cursive (1)
- # datalevin (2)
- # datomic (2)
- # gratitude (2)
- # hyperfiddle (56)
- # introduce-yourself (1)
- # london-clojurians (1)
- # matcher-combinators (10)
- # membrane (161)
- # polylith (16)
- # portal (4)
- # reitit (4)
- # releases (3)
- # ring (2)
- # shadow-cljs (9)
- # squint (2)
- # timbre (10)
- # xtdb (14)
- # yamlscript (1)
Does anyone know of an equivalent extension to this one but works for clojure? https://marketplace.visualstudio.com/items?itemName=stkb.rewrap
Basically, you can press alt+q
and immediately have your comments word-wrapped so it's not forever long. I use it all the time when I'm doing TypeScript work but I haven't found an equivalent for Clojure with VSCode/Calva
I’ve used that extension for a long time with various code and text files, and still use it with CLJ/S files. It works on Clojure comments. Are you seeing it not working? The functionality I feel I’m missing, I wish there were an extension for it, is this same type of wrapping, but within a doc-string.
@UTFAPNRPT Ah, I see. You're right, it definitely works for comments. Meant to say doc string in my original post. Maybe someday I'll make a PR for it 😂