LSP-gopls
Golang support for Sublime's LSP plugin
Details
Installs
- Total 12K
- Win 3K
- Mac 5K
- Linux 4K
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 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 3 | 1 | 3 | 3 | 3 | 0 | 3 | 3 | 4 | 12 | 6 | 1 | 4 | 3 | 1 | 5 | 4 | 3 | 1 | 2 | 5 | 3 | 2 | 1 | 4 | 3 | 2 | 2 | 2 | 10 | 4 | 5 | 4 | 1 | 4 | 2 | 4 | 1 | 6 | 2 | 2 | 3 | 9 | 3 | 7 |
Mac | 1 | 1 | 5 | 5 | 1 | 5 | 4 | 4 | 2 | 7 | 3 | 3 | 4 | 2 | 5 | 10 | 16 | 2 | 6 | 5 | 6 | 4 | 10 | 13 | 12 | 7 | 4 | 4 | 0 | 4 | 3 | 2 | 13 | 7 | 5 | 5 | 5 | 6 | 2 | 6 | 5 | 3 | 2 | 6 | 3 | 6 |
Linux | 0 | 3 | 5 | 3 | 7 | 7 | 6 | 8 | 2 | 4 | 3 | 2 | 6 | 5 | 1 | 5 | 3 | 7 | 2 | 13 | 9 | 3 | 7 | 9 | 8 | 5 | 2 | 2 | 4 | 2 | 3 | 3 | 3 | 4 | 0 | 2 | 2 | 1 | 3 | 2 | 6 | 3 | 1 | 1 | 5 | 3 |
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.