Closed
Description
From discussion on gophers slack: it would be nice if gopls documented supported code actions, similar to how it documents other parameterized features (such as inlay hints: https://github.com/golang/tools/blob/master/gopls/doc/inlayHints.md).
Supported code actions are provided part of the initialize
handshake, but we could document more precisely what we support.