Back to browse
GitHub Repository

Claude Code plugin: TypeScript LSP backed by the native TypeScript 7 server (tsc --lsp)

0 stars

TypeScript7 LSP Claude Code Plugin

by seedlessmike·Jun 29, 2026·3 points·0 comments

AI Analysis

MidNiche Gem

Swaps typescript-language-server for tsc --lsp, but the official plugin already works fine.

Strengths
  • Uses native Go-based tsc --lsp instead of Node wrapper for potential performance gains
  • 0BSD license with clear install instructions and switch-back documentation
Weaknesses
  • Extremely narrow scope — just wires one LSP backend into Claude Code
  • No measurable benefit demonstrated over the official typescript-lsp plugin
Target Audience

Claude Code users wanting TypeScript 7 LSP support

Similar To

typescript-lsp · Claude Code plugins

Post Description

see title- nothing else interesting here. TS7 provides a LSP compatible language server, so this plugin uses it rather than typescript-language-server. Hope you find it useful.

Similar Projects