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 171K
- Win 63K
- Mac 56K
- Linux 52K
Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 12 | 47 | 51 | 34 | 47 | 58 | 22 | 50 | 35 | 38 | 39 | 54 | 46 | 31 | 27 | 49 | 45 | 58 | 61 | 51 | 32 | 37 | 54 | 65 | 63 | 29 | 53 | 51 | 28 | 32 | 48 | 47 | 42 | 47 | 34 | 41 | 35 | 39 | 44 | 39 | 43 | 38 | 51 | 42 | 49 | 44 |
Mac | 3 | 22 | 20 | 38 | 28 | 27 | 17 | 18 | 35 | 28 | 35 | 26 | 27 | 16 | 18 | 35 | 36 | 34 | 26 | 28 | 18 | 30 | 32 | 34 | 32 | 29 | 26 | 27 | 15 | 21 | 32 | 44 | 30 | 28 | 12 | 15 | 41 | 38 | 23 | 39 | 20 | 17 | 20 | 23 | 30 | 33 |
Linux | 5 | 39 | 36 | 23 | 37 | 23 | 35 | 22 | 44 | 40 | 41 | 31 | 45 | 23 | 28 | 38 | 39 | 38 | 37 | 31 | 36 | 28 | 40 | 27 | 50 | 21 | 24 | 32 | 21 | 30 | 39 | 41 | 33 | 29 | 37 | 28 | 20 | 29 | 37 | 36 | 36 | 37 | 27 | 31 | 27 | 49 |
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