v2.14.0
What's Changed
Bug Fixes
- fix(indexing): Skip binary files and improve symbol resolution (#75)
- Deep indexing now detects binary files (via NUL byte sampling) and skips them, preventing hangs on Unity projects with
.indexfiles - Call resolution performance improved from O(N×M) to O(1) lookup using precomputed unique name/suffix maps
- Deep indexing now detects binary files (via NUL byte sampling) and skips them, preventing hangs on Unity projects with
Full Changelog: v2.13.0...v2.14.0