Back to Plugins

TypeScript LSP

TypeScript and JavaScript language server integration. Real-time type checking, auto-imports, intelligent refactoring, and code navigation for TypeScript and JavaScript projects.

typescriptjavascriptlspofficial

Installation

claude plugins add typescript-lsp@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "typescript-lsp@claude-plugins-official": true
  }
}

Commands

/ts-checkRun TypeScript type checker on project
/ts-errorsShow all TypeScript errors in workspace
/ts-refactorIntelligent TypeScript refactoring

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub