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