You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an option equivalent to clojure-toplevel-inside-comment-form so running cider-eval-defun-at-point evals to 2, as there is for clojure-mode.
Actual behavior
running cider-eval-defun-at-point with clojure-ts-mode evals to nil as clojure-ts-mode as doesn't seem to have an equivalent option to clojure-toplevel-inside-comment-form
clojure-ts-mode version
clojure-ts-mode (version 0.2.0)
The text was updated successfully, but these errors were encountered:
kommen
added a commit
to kommen/clojure-ts-mode
that referenced
this issue
Feb 3, 2024
Given this code (
|
being the cursor)Expected behavior
Have an option equivalent to
clojure-toplevel-inside-comment-form
so runningcider-eval-defun-at-point
evals to2
, as there is forclojure-mode
.Actual behavior
running
cider-eval-defun-at-point
withclojure-ts-mode
evals tonil
asclojure-ts-mode
as doesn't seem to have an equivalent option toclojure-toplevel-inside-comment-form
clojure-ts-mode version
The text was updated successfully, but these errors were encountered: