mirror of
https://github.com/golang/go
synced 2024-11-06 03:16:10 -07:00
062dbaebb6
Much of this documentation has been collated from other sources, but this pulls it all into one coherent and public structure in a way that allows us to peer review changes. Change-Id: Ic24a59bb92b27ec85d2f57affcf2eb396c9de3c0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/191741 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
509 B
509 B
Sublime Text
Use the LSP package. After installing it using Package Control, do the following:
- Open the Command Palette
- Find and run the command LSP: Enable Language Server Globally
- Select the gopls item. Be careful not to select the similarly named golsp by mistake.
Finally, you should familiarise yourself with the LSP package's Settings and Key Bindings. Find them under the menu item Preferences > Package Settings > LSP.