mirror of
https://github.com/golang/go
synced 2024-11-18 17:04:41 -07:00
a5d4502270
* adds gopls command line tool for call hierarchy * adds lsp setup for call hierarchy * adds handler for textDocument/prepareCallHierarchy to display selected identifier and get incoming/outgoing calls for it * setup testing Change-Id: I0a0904abdbe11273a56162b6e5be93b97ceb9c26 Reviewed-on: https://go-review.googlesource.com/c/tools/+/246521 Run-TryBot: Danish Dua <danishdua@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com>
31 lines
673 B
Plaintext
31 lines
673 B
Plaintext
-- summary --
|
|
CallHierarchyCount = 0
|
|
CodeLensCount = 0
|
|
CompletionsCount = 0
|
|
CompletionSnippetCount = 0
|
|
UnimportedCompletionsCount = 0
|
|
DeepCompletionsCount = 0
|
|
FuzzyCompletionsCount = 0
|
|
RankedCompletionsCount = 0
|
|
CaseSensitiveCompletionsCount = 0
|
|
DiagnosticsCount = 4
|
|
FoldingRangesCount = 0
|
|
FormatCount = 0
|
|
ImportCount = 0
|
|
SuggestedFixCount = 2
|
|
FunctionExtractionCount = 0
|
|
DefinitionsCount = 0
|
|
TypeDefinitionsCount = 0
|
|
HighlightsCount = 0
|
|
ReferencesCount = 0
|
|
RenamesCount = 0
|
|
PrepareRenamesCount = 0
|
|
SymbolsCount = 0
|
|
WorkspaceSymbolsCount = 0
|
|
FuzzyWorkspaceSymbolsCount = 0
|
|
CaseSensitiveWorkspaceSymbolsCount = 0
|
|
SignaturesCount = 0
|
|
LinksCount = 0
|
|
ImplementationsCount = 0
|
|
|