github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/cmd/usage/signature.hlp (about) 1 display selected identifier's signature 2 3 Usage: 4 gopls [flags] signature <position> 5 6 Example: 7 8 $ # 1-indexed location (:line:column or :#offset) of the target identifier 9 $ gopls signature helper/helper.go:8:6 10 $ gopls signature helper/helper.go:#53