Golang gopls

From wikinotes
Revision as of 17:48, 26 June 2022 by Will (talk | contribs) (→‎Rename)

Go LSP create/maintained by the go team.

Documentation

github https://github.com/golang/tools/tree/master/gopls

Install

go install golang.org/x/tools/gopls@latest

Usage

Rename

gopls rename main.go:10:5 Foo  # rename identifier from 'main.go' line:10, col:5, to 'Foo'