mirror of
https://github.com/golang/go
synced 2024-11-18 19:44:46 -07:00
5bac78f585
Now we offer completion candidates for labels when completing "break", "continue", and "goto" statements. We are reasonably smart about filtering unusable labels, except we don't filter "goto" candidates that jump across variable definitions. Fixes golang/go#33987. Change-Id: If296a7579845aba5d86c7050ab195c35d4b147ed Reviewed-on: https://go-review.googlesource.com/c/tools/+/197417 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
labels.go |