Sign in
go
/
tools
/
5fef6fdaed6f1d9428caf7126087ec67105ab1df
/
.
/
internal
/
lsp
/
cmd
/
usage
/
highlight.hlp
blob: e128eb7de56a61ce5bacc7990cff705d15cb0129 [
file
] [
log
] [
blame
]
display selected identifier
's highlights
Usage:
gopls [flags] highlight <position>
Example:
$ # 1-indexed location (:line:column or :#offset) of the target identifier
$ gopls highlight helper/helper.go:8:6
$ gopls highlight helper/helper.go:#53