sourcegraph / sg.nvim

Experimental Sourcegraph + Cody plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurable context for conversations

tjdevries opened this issue · comments

At the moment, we don't provide a lot of hooks / configuration for supplying additional context to Cody.

Some possible options would be:

Quickfix list

  • Diagnostics (#193)
  • Visual selections
  • Marks
  • Registers
  • Terminal output
  • Tree-sitter selection

After #243 is complete, I will explore these as possible options and/or add keybinds to the ones that make sense by default for easily adding context.