sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.71k stars 297 forks source link

combine mentionProviders and contextItems API into mentionMenuData #5216

Closed sqs closed 2 months ago

sqs commented 2 months ago

This centralizes the logic for what's shown in the @-mention menu in the extension host, instead of scattering it between the extension host and webview UI code.

Test plan

e2e tests