mirror of https://github.com/golang/go.git
go generate server.go generates server_gen.go which contains 44 boilerplate stubs implementing the LSP protocol. The Server methods are defined in protocol/tsserver.go and implemented in the lsp package. server_gen.go ties the two together. The generator is in helper/helper.go, and described in helper/README.md. Change-Id: I120bc658e55a91ec5b07c0c0cf8c188882f0be66 Reviewed-on: https://go-review.googlesource.com/c/tools/+/215979 Run-TryBot: Peter Weinberger <pjw@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
|---|---|---|
| .. | ||
| apidiff | ||
| fastwalk | ||
| gopathwalk | ||
| imports | ||
| jsonrpc2 | ||
| lsp | ||
| memoize | ||
| module | ||
| packagesinternal | ||
| semver | ||
| span | ||
| telemetry | ||
| testenv | ||
| tool | ||
| xcontext | ||