Files
scip-clojure/src/scip_clojure
Adam Jeniski 01883ffbe0
SCIP Index / index (push) Successful in 1m30s
Enable cross-repo navigation to project dependencies
Previously external-ns? only included clojure.* and java.* namespaces,
missing project dependencies like tui.events. This prevented cross-repo
go-to-definition from working.

Changes:
- external-ns? now considers any non-internal namespace as external
- collect-external-symbols creates symbol entries even without runtime docs
- This enables hover and go-to-definition for dependency symbols

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 19:02:34 -05:00
..