Fork me on GitHub
#clj-kondo
<
2021-01-26
>
ericdallo00:01:32

@borkdude any reasons for var-definitions bucket from analysis output doesn't have a :end-row and end-col like locals / local-usages ?

ericdallo00:01:51

It'd be useful for clojure-lsp since we to know if cursor is insdide a function and show on headerline:

ericdallo00:01:30

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:

borkdude10:01:43

@UKFSJSM38 I don't know, feel free to add it

👍 3