typescript-language-server
brew install typescript-language-server
v5.3.0
MIT AND Apache-2.0
Language Server Protocol implementation for TypeScript wrapping tsserver
1.2k
30-day installs · #1217
2.7k
90-day · #1409
8.5k
365-day · #1535
2.5k
★ GitHub stars · updated 2mo ago
Runtime dependencies
GitHub topics
hacktoberfest
language-server
language-server-protocol
lsp
typescript
Links
- https://github.com/typescript-language-server/typescript-language-server
- GitHub: typescript-language-server/typescript-language-server
- Brew formula source: Formula/t/typescript-language-server.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"node",
"typescript"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Language Server Protocol implementation for TypeScript wrapping tsserver",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:23+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "typescript-language-server",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-19T01:33:29Z",
"github_readme_excerpt": "[![Discord][discord-src]][discord-href]\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n\n# TypeScript Language Server\n\n\u003c!-- MarkdownTOC --\u003e\n\n- [What is it, exactly?](#what-is-it-exactly)\n- [Installing](#installing)\n- [Running the language server](#running-the-language-server)\n- [CLI Options](#cli-options)\n- [Configuration](#configuration)\n- [Features](#features)\n - [Code actions on save](#code-actions-on-save)\n - [Workspace commands \\(`workspace/executeCommand`\\)](#workspace-commands-workspaceexecutecommand)\n - [Go to Source Definition](#go-to-source-definition)\n - [Apply Refactoring](#apply-refactoring)\n - [Organize Imports](#organize-imports)\n - [Rename File](#rename-file)\n - [Send Tsserver Command](#send-tsserver-command)\n - [Configure plugin](#configure-plugin)\n - [Code Lenses \\(`textDocument/codeLens`\\)](#code-lenses-textdocumentcodelens)\n - [Inlay hints \\(`textDocument/inlayHint`\\)](#inlay-hints-textdocumentinlayhint)\n - [TypeScript Version Notification](#typescript-version-notification)\n - [Workspace Configuration request for formatting settings](#workspace-configuration-request-for-formatting-settings)\n- [Development](#development)\n - [Build](#build)\n - [Dev](#dev)\n - [Test](#test)\n - [Publishing](#publishing)\n\n\u003c!-- /MarkdownTOC --\u003e\n\n## What is it, exactly?\n\nThe [TypeScript](https://github.com/microsoft/TypeScript) project/package includes a `tsserver` component which provides a custom API that can be used for gathering various intelligence about a typescript/javascript project. The [VSCode](https://github.com/microsoft/vscode) team has built a project called `Typescript Language Features` (and bundled it as an internal extension in VSCode) that provides code intelligence for your javascript and typescript projects by utilizing that `tsserver` API. Since that extension doesn\u0027t use the standardized [Language Server Protocol](ht",
"github_repo": "typescript-language-server/typescript-language-server",
"github_stars": 2508,
"github_topics": [
"hacktoberfest",
"language-server",
"language-server-protocol",
"lsp",
"typescript"
],
"homepage": "https://github.com/typescript-language-server/typescript-language-server",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1177,
"installs_365d": 8517,
"installs_90d": 2721,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT AND Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "typescript-language-server",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1217,
"rank_365d": 1535,
"rank_90d": 1409,
"raw_hash": "2b3be11ce77203ad",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/t/typescript-language-server.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "5.3.0",
"versioned_formulae": [],
"why_use_this": null
}