@borkdude any reasons for var-definitions
bucket from analysis output doesn't have a :end-row
and end-col
like locals
/ local-usages
?
@ericdallo I don't know, feel free to add it
It'd be useful for :clojure-lsp: since we to know if cursor is insdide a function and show on headerline:
ATM, we are using the :row
:col
only, so if user moves from function name, but inside the function we don't show it on headerline: