LSP
Client implementation of the Language Server Protocol for Sublime Text
Details
Installs
- Total 68K
- Win 22K
- Mac 24K
- Linux 21K
May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 21 | 26 | 32 | 29 | 32 | 41 | 45 | 30 | 37 | 27 | 28 | 33 | 26 | 40 | 24 | 34 | 25 | 38 | 47 | 41 | 39 | 26 | 38 | 33 | 36 | 24 | 25 | 33 | 36 | 34 | 25 | 45 | 38 | 45 | 30 | 35 | 18 | 23 | 33 | 44 | 27 | 33 | 36 | 24 | 22 | 35 |
Mac | 19 | 29 | 16 | 32 | 31 | 43 | 40 | 29 | 27 | 19 | 41 | 29 | 32 | 37 | 36 | 26 | 13 | 28 | 41 | 39 | 34 | 28 | 35 | 31 | 33 | 30 | 41 | 39 | 25 | 20 | 20 | 34 | 33 | 41 | 36 | 35 | 18 | 30 | 35 | 43 | 49 | 30 | 33 | 29 | 23 | 32 |
Linux | 25 | 29 | 23 | 20 | 31 | 25 | 23 | 30 | 21 | 17 | 27 | 29 | 30 | 25 | 24 | 19 | 25 | 39 | 24 | 27 | 31 | 33 | 30 | 32 | 42 | 35 | 33 | 37 | 31 | 26 | 27 | 33 | 46 | 25 | 32 | 39 | 25 | 23 | 35 | 32 | 35 | 43 | 30 | 26 | 29 | 34 |
Readme
- Source
- raw.githubusercontent.com
:information_source: You are reading the README of the main
branch. This branch targets ST4. If you are looking for the ST3 version, switch to the st3 branch.
LSP
Like an IDE, except it’s the good parts. Learn more.
Installation
Stable Version
Open the command palette and run Package Control: Install Package
, then select LSP
.
Development Version
Clone this repository into your Packages directory. Open the command palette and run Package Control: Satisfy Dependencies
.
Getting started
Follow the installation steps for a specific language server.
Open a document supported by the language server. LSP should report the language server starting in the status bar.
See more information in the documentation :open_book:.
Getting help
If you have any problems, see the troubleshooting guide for tips and known limitations. If the documentation cannot solve your problem, you can look for help in:
- The #lsp channel (join the SublimeHQ Discord first!)
- By searching or creating a new issue