plasticine / LSP

Language Server Protocol support for Sublime Text 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP

GitHub release Build Status Coverage Status Join the chat at https://gitter.im/SublimeLSP/Lobby

Language Server Protocol support for Sublime Text 3 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 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.

Available Languages

See Language Server Protocol for more available implementations. Please create issues/pull requests so we can get support for more languages.

Getting help

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.

About

Language Server Protocol support for Sublime Text 3

License:MIT License


Languages

Language:Python 100.0%