mirror of
https://github.com/golang/go
synced 2024-11-05 20:06:10 -07:00
12 lines
509 B
Markdown
12 lines
509 B
Markdown
|
# 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**.
|
||
|
|
||
|
[LSP]: https://packagecontrol.io/packages/LSP
|