afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
52 stars 5 forks source link

Add new action to eval defun at cursor #68

Closed ericdallo closed 2 months ago

ericdallo commented 2 months ago

This adds a new action to eval the current top level form (defun) at cursor, used a lot in cider and calva

image