aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/cmd/usage/implementation.hlp
blob: 09414f1904aeaa447ff17f54123d623259eea395 (plain)
1
2
3
4
5
6
7
8
9
10
display selected identifier's implementation

Usage:
  gopls [flags] implementation <position>

Example:

	$ # 1-indexed location (:line:column or :#offset) of the target identifier
	$ gopls implementation helper/helper.go:8:6
	$ gopls implementation helper/helper.go:#53