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