Sourcegraph Search context provider for OpenCtx

This is a context provider for OpenCtx that provides Sourcegraph search results as context via the mention and items APIs.

Usage

Add the following to your settings in any OpenCtx client:


"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/provider-sourcegraph-search": true
},

Configuration

This sample provider is not configurable.

Development