Fork me on GitHub
#cursive
<
2020-05-17
>
dpsutton15:05:08

is there a way to reflow docstrings? i'm looking but not finding a way to get cursive to word wrap the docstring of a function

cfleming01:05:28

Edit-&gt;Fill paragraph

dpsutton02:05:58

thank you so much!

dvingo18:05:07

I have a macro that generates multiple def expressions, when using one of those generated vars is it possible to tell cursive to jump to the macro call site?

cfleming23:05:05

Unfortunately there isn't a good way to do this right now for multiple def expressions from a single form.

dvingo14:05:44

all good, thanks for letting me know