This repository was archived by the owner on Sep 30, 2024. It is now read-only.
codeintel: faster symbol search via LSIF #27173
Labels
team/graph
Graph Team (previously Code Intel/Language Tools/Language Platform)
The biggest complaint related to symbols today is that the search-based hover popover is slow to appear on big repos. This is slow because we have to re-process each commit separately, and big repos tend to have high commit volume, which means caching is not very effective.
Let's autoindex document symbols using existing LSIF indexers or a new lsif-tree-sitter so that we get symbols data pushed through diffs for recent commits (what most people a viewing).
Tasks:
documentSymbolResult
tolsif-*
(example implementation Spike adding deprecations to document symbols lsif-go#141)lsif
for symbolsTangentially related RFC Improving symbols search
The text was updated successfully, but these errors were encountered: