MCPcopy Create free account
hub / github.com/diillson/chatcli / Definition

Method Definition

cli/plugins/builtin_lsp.go:32–32  ·  view source on GitHub ↗
(file string, line, column int)

Source from the content-addressed store, hash-verified

30type LSPAdapter interface {
31 Diagnostics(file string) (string, error)
32 Definition(file string, line, column int) (string, error)
33 References(file string, line, column int, includeDeclaration bool, limit int) (string, error)
34 Symbols(file string) (string, error)
35 Hover(file string, line, column int) (string, error)

Callers 3

DefinitionMethod · 0.65
ExecuteWithStreamMethod · 0.65

Implementers 3

flattenFakeLSPcli/agent_tool_flatten_test.go
lspToolAdaptercli/lsp_tool_adapter.go
fakeLSPAdaptercli/plugins/builtin_lsp_test.go

Calls

no outgoing calls

Tested by 1