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 169K
- Win 62K
- Mac 55K
- Linux 52K
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 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 49 | 30 | 38 | 48 | 44 | 45 | 44 | 42 | 52 | 45 | 41 | 62 | 57 | 60 | 51 | 45 | 53 | 36 | 56 | 60 | 62 |
Mac | 29 | 32 | 34 | 32 | 29 | 26 | 27 | 15 | 21 | 32 | 44 | 30 | 28 | 12 | 15 | 41 | 38 | 23 | 39 | 20 | 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 |
Linux | 27 | 40 | 27 | 50 | 21 | 24 | 32 | 21 | 30 | 39 | 41 | 33 | 29 | 37 | 28 | 20 | 29 | 37 | 36 | 36 | 37 | 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 |
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