Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sublimelsp/LSP
Client implementation of the Language Server Protocol for Sublime Text
https://github.com/sublimelsp/LSP
language-client language-server-protocol lsp sublime-text
Last synced: 12 days ago
JSON representation
Client implementation of the Language Server Protocol for Sublime Text
- Host: GitHub
- URL: https://github.com/sublimelsp/LSP
- Owner: sublimelsp
- License: mit
- Created: 2017-04-08T15:51:20.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T15:21:39.000Z (13 days ago)
- Last Synced: 2024-10-30T18:04:48.498Z (12 days ago)
- Topics: language-client, language-server-protocol, lsp, sublime-text
- Language: Python
- Homepage: https://lsp.sublimetext.io/
- Size: 6.03 MB
- Stars: 1,651
- Watchers: 23
- Forks: 180
- Open Issues: 88
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://lsp.sublimetext.io/language_servers).
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](https://lsp.sublimetext.io) :open_book:.
## Getting help
If you have any problems, see the [troubleshooting](https://sublimelsp.github.io/LSP/troubleshooting/) guide for tips and known limitations. If the documentation cannot solve your problem, you can look for help in:
* The [#lsp](https://discordapp.com/channels/280102180189634562/645268178397560865) channel (join the [SublimeHQ Discord](https://discord.gg/TZ5WN8t) first!)
* By [searching or creating a new issue](https://github.com/sublimelsp/LSP/issues)