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