79ce17106afe974ed66fca5f089b57be25cf562e
SCIP Index / index (push) Successful in 1m32s
When a namespace uses :refer to import specific vars (e.g., [tui.events :refer [key=]]), clojure-lsp only populates the :to field on the :refer declaration entry, not on subsequent usages. This fix: - Builds a refer-map from entries with :refer true - Looks up the target namespace for usages missing :to - Properly links usages like (key= event \q) to their definition Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
No description provided
Languages
Clojure
100%