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