This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
do we have a way in calva to move selected forms to a newly created namespace and change references in the namespace they are currently in to the new namespace?
I don’t think so. Though there may be something in clojure-lsp that can facilitate it.
Would be a nice feature to have.
Also is there anyway even a setting calva, something else to do on the editor side or in the formatting of the help strings themselves to have the help documentation for functions display with more readable formatting instead of the lines getting run together like this??
oh! that's strange. I get just the kind of formatting I am looking for if I add a param and then hover over that param! Good to know!
It's basically markdown formatted in the hover.
yeah, seems so @U0ETXRFEW
lmk if you need more info or want me to file a bug report or anything
If you can make a minimal repro project and file an issue, that would be great. I’ve not seen this, so wonder a bit in what circumstances it shows up.
lmk if you need more info about my set up or ...