Skip to content

Support equivalent of clojure-toplevel-inside-comment-form  #30

Closed
@kommen

Description

@kommen

Given this code (| being the cursor)

(comment
  (+ 1 1)|)

Expected behavior

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions