LSP-gopls
Golang support for Sublime's LSP plugin
Details
Installs
- Total 15K
- Win 4K
- Mac 6K
- Linux 6K
| Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 5 | 4 | 6 | 4 | 8 | 4 | 3 | 1 | 3 | 3 | 2 | 2 | 2 | 1 | 5 | 6 | 1 | 2 | 4 | 1 | 2 | 1 | 2 | 4 | 2 | 4 | 4 | 7 | 5 | 4 | 4 | 2 | 4 | 4 | 1 | 2 | 4 | 6 | 5 | 3 | 1 | 1 | 4 | 2 | 5 |
| Mac | 2 | 3 | 0 | 0 | 6 | 2 | 1 | 1 | 4 | 1 | 7 | 3 | 7 | 2 | 1 | 7 | 2 | 6 | 7 | 4 | 4 | 2 | 5 | 9 | 4 | 6 | 1 | 6 | 0 | 5 | 5 | 2 | 3 | 3 | 1 | 1 | 6 | 4 | 5 | 12 | 4 | 0 | 1 | 2 | 7 | 4 |
| Linux | 0 | 6 | 4 | 4 | 9 | 7 | 3 | 5 | 5 | 4 | 4 | 5 | 6 | 5 | 7 | 7 | 4 | 4 | 3 | 6 | 5 | 2 | 7 | 7 | 6 | 10 | 4 | 7 | 11 | 9 | 5 | 6 | 13 | 10 | 5 | 6 | 8 | 4 | 10 | 8 | 4 | 5 | 6 | 5 | 3 | 8 |
Readme
- Source
- raw.githubusercontent.com
LSP-gopls
Golang support for Sublime's LSP plugin.
Uses Go Language Server to provide validation, formatting and other features for Go & Go Mod files. See linked repository for more information.
Prerequisites
- Go (Golang) must be installed and configured in your
PATH
Optionals
LSP-gopls implements the ability for results from Go Tests to be output into a panel. In order to support this, please install Terminus
Installation
- Install LSP and LSP-gopls from Package Control. Optionally install Sublime Gomod for gomod support.
- Restart Sublime.
Configuration
Open configuration file using command palette with Preferences: LSP-gopls Settings command or opening it from the Sublime menu (Preferences > Package Settings > LSP > Servers > LSP-gopls).
Settings
Configure the default Go language server ('gopls'). In most cases, configuring this section is unnecessary. See the documentation for all available settings.