mirror of https://github.com/golang/go.git
Currently, fully qualified symbol style does a simple match against a fully qualified symbol. However, this doesn't really match the user's intent. Much like the dynamic style, the match should be done "from the right" (per the logic of bestMatch) with the results being fully qualified for presentational reasons. We therefore reuse the logic from the dynamic symbol style, but instead return a matched symbol as the fully qualified value. Change-Id: I5c8c6b647c0710c5054bc8e27dbb29cb0fac14d8 Reviewed-on: https://go-review.googlesource.com/c/tools/+/266557 Run-TryBot: Paul Jolly <paul@myitcv.org.uk> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> Trust: Paul Jolly <paul@myitcv.org.uk> |
||
|---|---|---|
| .. | ||
| analysisinternal | ||
| apidiff | ||
| event | ||
| fakenet | ||
| fastwalk | ||
| gocommand | ||
| gopathwalk | ||
| imports | ||
| jsonrpc2 | ||
| lsp | ||
| memoize | ||
| packagesinternal | ||
| proxydir | ||
| span | ||
| stack | ||
| testenv | ||
| tool | ||
| typesinternal | ||
| xcontext | ||