Something went wrong while fetching comments. Please try again.
Created by: sqs
This lets extensions' location providers (definition/reference/etc. providers) associate context data with each location, and also contribute actions that are shown selectively in the file title for location matches shown in the panel.
Together, these new features allow the basic-code-intel extension to add "Fuzzy" badges to defs/refs in the panel. This fixes https://github.com/sourcegraph/sourcegraph/issues/1174.
It would also enable things like:
See https://github.com/sourcegraph/sourcegraph-basic-code-intel/pull/10 for an example of how extensions can use this new API.