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 153K
- Win 55K
- Mac 51K
- Linux 47K
Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 44 | 19 | 19 | 42 | 35 | 28 | 29 | 0 | 0 | 41 | 45 | 46 | 33 | 43 | 51 | 44 | 51 | 50 | 38 | 28 | 46 | 39 | 59 | 40 | 53 | 45 | 35 | 41 | 30 | 49 | 42 | 46 | 37 | 42 | 36 | 44 | 63 | 40 | 42 | 43 | 50 | 53 | 46 | 44 | 41 |
Mac | 2 | 30 | 16 | 7 | 23 | 21 | 24 | 25 | 0 | 0 | 21 | 30 | 19 | 17 | 30 | 22 | 26 | 27 | 27 | 19 | 13 | 29 | 33 | 37 | 31 | 27 | 19 | 20 | 24 | 28 | 30 | 32 | 30 | 17 | 19 | 26 | 11 | 23 | 41 | 20 | 21 | 22 | 42 | 20 | 28 | 31 |
Linux | 2 | 24 | 15 | 7 | 34 | 18 | 33 | 28 | 0 | 0 | 25 | 32 | 36 | 22 | 24 | 38 | 36 | 34 | 38 | 24 | 13 | 28 | 35 | 25 | 30 | 31 | 30 | 26 | 28 | 36 | 26 | 25 | 31 | 21 | 28 | 24 | 33 | 32 | 32 | 47 | 48 | 31 | 34 | 43 | 34 | 21 |
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