LSP
Client implementation of the Language Server Protocol for Sublime Text
Details
Installs
- Total 113K
- Win 39K
- Mac 40K
- Linux 35K
Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 23 | 28 | 35 | 47 | 44 | 44 | 58 | 45 | 43 | 29 | 69 | 55 | 45 | 44 | 41 | 35 | 37 | 39 | 58 | 51 | 55 | 29 | 30 | 32 | 42 | 34 | 46 | 54 | 47 | 40 | 42 | 55 | 54 | 42 | 49 | 40 | 35 | 36 | 35 | 47 | 42 | 50 | 55 | 41 | 34 | 37 |
Mac | 18 | 21 | 28 | 29 | 40 | 44 | 37 | 38 | 19 | 25 | 44 | 58 | 62 | 41 | 37 | 19 | 27 | 32 | 36 | 25 | 39 | 46 | 28 | 12 | 37 | 50 | 37 | 29 | 43 | 23 | 31 | 43 | 57 | 50 | 42 | 29 | 17 | 26 | 28 | 31 | 34 | 51 | 32 | 15 | 20 | 42 |
Linux | 11 | 24 | 36 | 34 | 52 | 28 | 36 | 30 | 32 | 36 | 37 | 39 | 43 | 35 | 43 | 29 | 31 | 30 | 36 | 39 | 46 | 44 | 33 | 21 | 21 | 26 | 32 | 42 | 30 | 24 | 33 | 44 | 43 | 45 | 42 | 29 | 29 | 29 | 40 | 35 | 38 | 37 | 31 | 26 | 35 | 21 |
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