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
By Anthropic
Installation
claude plugins add typescript-lsp@claude-plugins-officialConfiguration
{
"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 refactoringHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions