Slime C-c C-y
Thank you for this!
Maybe C-c C-y (slime-call-defun) is not far away now? Write the current function name on the REPL, place the cursor in-between the parens, prefix the function with its package if it isn't the same of the REPL.
Something tricky might be: when inside a method, get the method name; when the point is inside a defclass, write "(make-instance 'package::class | )" etc
users always want more!
Originally posted by @vindarel in https://github.com/lem-project/lem/issues/1396#issuecomment-2156020253
This issue has been inactive for {days} days. If there is no activity within the next 14 days, it will be automatically closed. Please add a comment if it is still relevant.
It is still relevant, thanks.