You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/lsp: go to definition from embed directive
Enable jump to definition on //go:embed directive arguments.
If multiple files match the pattern one is picked at random.
Improve the pattern matching for both definition and hover to
exclude directories since they are not embeddable in themselves.
Updates golang/go#50262
Change-Id: I09da40f195e8edfe661acaacd99f62d9f577e9ea
Reviewed-on: https://go-review.googlesource.com/c/tools/+/531775
Reviewed-by: Robert Findley <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
0 commit comments