Phaiax / LSP

Client implementation of the Language Server Protocol for Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ℹ️ You are reading the README of the st4000-exploration branch. This branch targets ST4. If you are looking for the ST3 version, switch to the master branch.

LSP

License GitHub release Github Action Coverage Status Documentation SublimeHQ Discord

Language Server Protocol support for Sublime Text that gives you IDE features.

diagnostics screen-shot

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 📖.

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:

About

Client implementation of the Language Server Protocol for Sublime Text

License:MIT License


Languages

Language:Python 99.7%Language:CSS 0.3%