Alexander Kuznetcov
Alexander Kuznetcov
**Describe the bug** clojure-lsp/unused-public-var reports a function as unused when it is used in an anonymous function literal inside a macro configured with a hook. `a.clj`: ```clojure (ns a) (defn...
**Is your feature request related to a problem? Please describe.** I'd like to automate the following, currently manual, steps I need to take to create a new clj-kondo hook: 1....
**Is your feature request related to a problem? Please describe.** When I create a clj-kondo hook file in `resources/clj-kondo.exports///…/.clj`, it gets a `(ns clj-kondo.exports.....)` declaration which I need to fix...
As discussed in [slack](https://clojurians.slack.com/archives/C03KZ3XT0CF/p1708107676001739) when dealing with 8 digit frame numbers, it is hard to quickly understand how they're related to each other. Something like `2,324,210` would help.
Currently About window in the UI shows information that I cannot relate to Debugger. Would be great to show Debugger version there.
Here is a list of actions and recommended keyboard shortcuts for them: - Focus on Quick Jump - Cmd-K - Focus on Search - Cmd-F - Search forward - Cmd-G...
It would help if bookmarks were indicated in the code. Maybe a dot on the left or a different background color. Maybe a dot next to a form. A bonus...
It would be great if I was possible to evaluate and print a custom expression using the data available in a printer position. So the following two scenarios are possible:...
Suggestion: when sending taps, add metadata that explains how it is related to the debugger. Something like this: ``` {:flowstorm/thread-id 205 :flowstorm/timeline-index 65 :flowstorm/expression "(get-value a b c)" :flowstorm/function "fqn.of.my.function"}...
For me, when I run this test in Calva I'm only getting `Hello1` printed. ``` (deftest print-test [] (println (with-out-str (clojure.pprint/pprint "Hello1"))) (println (with-out-str (clojure.pprint/pprint "Hello2")))) ``` And even this...