rusty icon indicating copy to clipboard operation
rusty copied to clipboard

refactor(indexer): indexing uses SymbolIndexer instead of visitor.rs

Open riederm opened this issue 8 months ago • 0 comments

The indexer utilizes the visitor-trait to visit nodes that contain symbols. It delegates the concrete work to smaller, specialized indexer-implementations in src/index/indexer

riederm avatar Jun 13 '24 20:06 riederm