github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/internal/lsp/cmd/usage/highlight.hlp (about) 1 display selected identifier's highlights 2 3 Usage: 4 gopls [flags] highlight <position> 5 6 Example: 7 8 $ # 1-indexed location (:line:column or :#offset) of the target identifier 9 $ gopls highlight helper/helper.go:8:6 10 $ gopls highlight helper/helper.go:#53