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
#### Summary
This commit addresses #57 (Add an interactive
command to display a var's metadata) by adding an interactive command `inf-clojure-meta` to show metadata of a form at point.
This command works with clojure, lumo and planck alike.
#### Test Plan
Manually tested the command using clojure, lumo and planck. I put my cursor on a
form and ran it interactively, it displayed the metadata in the repl buffer.
Specifically I tested with `(with-meta [1 2 3] {:data "hello"})` and it printed `{:data "hello"}`
0 commit comments