LSP
Client implementation of the Language Server Protocol for Sublime Text
Labels auto-complete, linting, formatting, code navigation, intellisense, javascript, typescript, php, python, snippets, ruby, r, java, go, golang, bash, kotlin, html, css, ocaml, rust, julia, lua, haskell, c, cpp, c++, csharp, c#, react, swift, objective-c, objectivec, method completion, intellicode
Details
Installs
- Total 167K
- Win 61K
- Mac 55K
- Linux 51K
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 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 33 | 51 | 42 | 49 | 44 | 49 | 30 | 38 | 48 | 44 | 45 | 44 | 42 | 52 | 45 | 41 | 62 | 57 | 60 | 51 | 45 | 53 | 36 | 56 | 60 | 62 | 45 | 59 | 29 | 45 | 43 | 42 | 48 | 51 | 32 | 42 | 34 | 52 | 64 | 47 | 54 | 40 | 37 | 40 | 46 | 46 |
Mac | 17 | 20 | 23 | 30 | 33 | 30 | 42 | 26 | 24 | 34 | 32 | 25 | 32 | 26 | 19 | 19 | 24 | 20 | 31 | 34 | 33 | 26 | 21 | 29 | 35 | 32 | 33 | 33 | 16 | 14 | 30 | 24 | 41 | 32 | 31 | 21 | 25 | 34 | 20 | 43 | 30 | 41 | 21 | 25 | 36 | 33 |
Linux | 32 | 27 | 31 | 27 | 49 | 32 | 43 | 28 | 25 | 27 | 33 | 37 | 36 | 33 | 23 | 32 | 27 | 29 | 34 | 25 | 25 | 33 | 28 | 33 | 33 | 38 | 31 | 31 | 26 | 28 | 29 | 33 | 39 | 29 | 37 | 29 | 30 | 46 | 24 | 25 | 30 | 29 | 32 | 38 | 35 | 37 |
Readme
- Source
- raw.githubusercontent.com
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 Libraries
.
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