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 161K
- Win 58K
- Mac 53K
- Linux 49K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 5 | 35 | 56 | 78 | 62 | 44 | 42 | 36 | 43 | 57 | 64 | 54 | 43 | 47 | 36 | 59 | 47 | 64 | 50 | 53 | 54 | 38 | 61 | 50 | 85 | 51 | 46 | 33 | 39 | 51 | 60 | 51 | 43 | 43 | 42 | 42 | 35 | 43 | 39 | 39 | 45 | 36 | 38 | 46 | 44 | 53 |
Mac | 7 | 31 | 30 | 43 | 29 | 23 | 25 | 26 | 33 | 25 | 32 | 40 | 31 | 29 | 19 | 49 | 50 | 41 | 39 | 60 | 22 | 44 | 63 | 92 | 109 | 33 | 31 | 21 | 30 | 41 | 34 | 32 | 41 | 27 | 24 | 13 | 28 | 34 | 27 | 24 | 32 | 17 | 26 | 30 | 31 | 33 |
Linux | 6 | 34 | 29 | 35 | 50 | 34 | 34 | 30 | 31 | 38 | 25 | 20 | 36 | 33 | 21 | 33 | 46 | 34 | 40 | 36 | 39 | 30 | 36 | 57 | 83 | 21 | 32 | 23 | 24 | 26 | 26 | 35 | 41 | 29 | 25 | 36 | 26 | 35 | 34 | 31 | 35 | 24 | 25 | 29 | 23 | 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