Language Server Protocol support for Sublime Text 3 that gives you IDE features.
Open the command palette and run Package Control: Install Package
, then select LSP
.
Clone this repository into your Packages directory. Open the command palette and run Package Control: Satisfy Dependencies
.
Follow the installation steps for a language server.
Enable the server by running LSP: Enable Language Server
from the command palette.
Open a document supported by the language server. LSP should report the language server starting in the status bar.
Documentation is available at LSP.readthedocs.io.
- Bash
- C/C++
- CSS/LESS/SASS (SCSS only)
- D
- Dart
- Elm
- Flow (JavaScript)
- Go
- HTML
- Java
- JavaScript/TypeScript
- JSON
- Julia
- Kotlin
- LaTeX
- Lua
- PHP
- Polymer
- Python
- R
- Reason
- Ruby
- Rust
- Scala
- Vue (JavaScript)
- XML
See Language Server Protocol for more available implementations. Please create issues/pull requests so we can get support for more languages.
LSP uses mdpopups to display the popup. If you want to customise it, check the doc.
tl;dr?
Create/modify the file Packages/User/mdpopups.css
and put your own style.
If you have any problems, see the troubleshooting guide for tips and known limitations. If the documentation cannot solve your problem, help can be found in the gitter chat or by searching/creating creating a new issue.