Something went wrong on our end. Please try again.
Created by: olafurpg
Previously, search-based code intel did not support navigating to local
definitions because ctags doesn't index local variables. This commit
adds a new searchBasedLsif()
endpoint to the GraphQL API that
search-based code intel can use to resolve accurate code navigation
for symbols that are definitely local.
searchBasedLsif
endpoint can be extended in the future
to implement stencil support for search-based code intel. It's
also worth exploring whether we should use the same infrastructure to
implement syntax highlighting.