Sign in
go
/
tools
/
afc6aad76eb1194c038c653531eef344468d2ac4
/
.
/
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