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 174K
- Win 64K
- Mac 56K
- Linux 53K
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 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 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 | 54 | 24 | 32 | 37 | 39 | 47 | 34 | 46 | 41 | 33 | 47 | 51 | 34 | 47 | 58 | 22 | 50 | 35 | 38 | 39 |
Mac | 0 | 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 | 27 | 11 | 20 | 24 | 26 | 30 | 26 | 36 | 15 | 24 | 22 | 20 | 38 | 28 | 27 | 17 | 18 | 35 | 28 | 35 |
Linux | 0 | 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 | 29 | 26 | 31 | 31 | 33 | 37 | 35 | 34 | 22 | 24 | 39 | 36 | 23 | 37 | 23 | 35 | 22 | 44 | 40 | 41 |
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