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