Fork me on GitHub
#calva
<
2024-03-14
>
Gabe Jensen14:03:26

Does anyone know of an equivalent extension to this one but works for clojure? https://marketplace.visualstudio.com/items?itemName=stkb.rewrap

Gabe Jensen15:03:13

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

wevrem17:03:03

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.

Gabe Jensen13:03:09

@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 😂