cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
580 stars 7 forks source link

repl inline evaluation does not take effect. #2960

Closed swuecho closed 1 day ago

swuecho commented 1 day ago

image

First time to try out cursive IDE(mostly for the inline eval feature), but can not get it work properly. Does I miss some obvious? Thanks.

swuecho commented 1 day ago

image

cursive-ide commented 1 day ago

I can't see anything obvious wrong there. Are you executing the forms from the editor as described here: https://cursive-ide.com/userguide/eap/repl.html#interaction-with-the-editor? i.e. using e.g. Send Top Form to REPL?

swuecho commented 1 day ago

If I send the the form to the repl, the result is displayed inline. I thought the default behavior is auto eval (watching mode). Does watch mode supported?

cursive-ide commented 1 day ago

No, there is no auto-eval mode. I'm planning to add watches, where the inline value will be updated, but there won't be a lighttable-style auto eval mode.