Skip to content

symbols: use zoekt for symbol sidebar

Administrator requested to merge kz/zoekt-symbol-sidebar into master

Created by: kzh

This PR aims to improve the responsiveness of the symbol sidebar by taking advantage of the already indexed symbols data within Zoekt. This is only applicable to the HEAD branch. If there isn't an available index, it will fallback to the on demand ctags generation service.

Testing: I believe the e2e tests cover this, but I'll double check. https://github.com/sourcegraph/sourcegraph/blob/master/web/src/e2e/e2e.test.ts#L594

Screen Shot 2019-12-19 at 3 57 47 AM

This closes #6078.

Merge request reports

Loading