You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
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).
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:
documentSymbolResulttolsif-*(example implementation Spike adding deprecations to document symbols lsif-go#141)lsiffor symbolsTangentially related RFC Improving symbols search