# sublimelsp/LSP

Client implementation of the Language Server Protocol for Sublime Text

Repository: https://github.com/sublimelsp/LSP
Canonical: https://ross.abutalabs.com/products/lsp
Homepage: https://lsp.sublimetext.io/
Language: Python
License: MIT
License Family: permissive
Topics: sublime-text, language-server-protocol, language-client, lsp
Last push: 2026-08-25T07:05:49+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 90, longevity 100
- inputs: {"age_days": 3434, "days_push": 8, "days_rel": 66, "gap_med": 18, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1794, forks 199 (observed 2026-08-28T04:05:37.334893+00:00)

## What it is
An LSP client implementation for Sublime Text that connects the editor to language servers via the Language Server Protocol. It provides IDE-like features such as autocomplete, go to definition, signature help, and hover documentation, and supports running multiple servers simultaneously.

## Use cases
- add IDE features like autocomplete and go-to-definition to Sublime Text
- connect Sublime Text to language servers via LSP
- run multiple language servers for one file type
- get signature help and hover documentation in Sublime Text
- set up language support for a new programming language in Sublime Text

## When to choose
- you use Sublime Text and want language intelligence features
- you want a mature, community-maintained LSP client for Sublime Text
- you need to combine multiple language servers for the same language

## When to avoid
- you use VS Code or another editor with built-in LSP support
- you don't want to install and configure separate language servers
- you need features only available in a full IDE

## Facets
- artifact type: plugin
- maturity: active
- function: editor, developer-tools, plugin-system
- domain: text-editors, developer-tools, programming-languages
- platform: cross-platform, editor-plugin
- tags: language-server-protocol, sublime-text, lsp-client, autocomplete, go-to-definition

## Member repositories
- sublimelsp/LSP (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:37.334893+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:22:55.443128+00:00, confidence not recorded.
  - readme: https://github.com/sublimelsp/LSP (fetched 2026-08-28T04:05:37.334893+00:00, sha 9cddd98c3dee)
  - homepage: https://lsp.sublimetext.io/ (fetched 2026-08-29T11:01:50.202869+00:00, sha 3056a78a6e0f)
  - site_page: https://lsp.sublimetext.io/features (fetched 2026-08-29T11:01:50.205612+00:00, sha f6f0c60b0069)
- Data as of 2026-08-30T08:39:29.467469+00:00.
