mirror of https://github.com/golang/go.git
There are some (presumably provisional) new RPCs, PrepareTypeHierarchy, SuperTYpes, and Subtypes. ServerCapabilities has a corresponding field TypeHierarchyProvider, and the client has TypeHierarchy which is a TypeHierarchyClientCapabilities The name of the return type of ApplyEdit has been changed from ApplyWorkspaceResponse to ApplyWorkspaceResult. (its content has not changed, just the name) srver_gen.go and its generator helper/helper.go needed a small change to avoid using _ as an argument. Change-Id: I8fc828e69659e0333af686ec1dd138b0c09c1c62 Reviewed-on: https://go-review.googlesource.com/c/tools/+/353169 Run-TryBot: Peter Weinberger <pjw@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Peter Weinberger <pjw@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
|---|---|---|
| .. | ||
| test | ||
| call_hierarchy.go | ||
| capabilities_test.go | ||
| check.go | ||
| cmd.go | ||
| cmd_test.go | ||
| definition.go | ||
| export_test.go | ||
| folding_range.go | ||
| format.go | ||
| highlight.go | ||
| implementation.go | ||
| imports.go | ||
| info.go | ||
| links.go | ||
| prepare_rename.go | ||
| references.go | ||
| remote.go | ||
| rename.go | ||
| semantictokens.go | ||
| serve.go | ||
| signature.go | ||
| subcommands.go | ||
| suggested_fix.go | ||
| symbols.go | ||
| workspace.go | ||
| workspace_symbol.go | ||