aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/cmd/usage/signature.hlp
blob: f9fd0bfb7ed6f3ce479b863c6384109817d726f0 (plain)
1
2
3
4
5
6
7
8
9
10
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