typescript-lsp
TypeScript/JavaScript language server for enhanced code intelligence
Summary
This skill integrates a TypeScript/JavaScript language server into Claude Code, providing real-time code intelligence like autocompletion, error checking, and type information.
- It helps developers write correct TypeScript faster by surfacing diagnostics and suggestions directly in the chat.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install typescript-lsp@<marketplace>
/pluginUse Cases
Usage Examples
/typescript-lsp check my-file.ts
Show me all type errors in the current project.
What are the references to the function `calculateTotal`?
Security Audits
Frequently Asked Questions
What is typescript-lsp?
This skill integrates a TypeScript/JavaScript language server into Claude Code, providing real-time code intelligence like autocompletion, error checking, and type information. It helps developers write correct TypeScript faster by surfacing diagnostics and suggestions directly in the chat.
How to install typescript-lsp?
To install typescript-lsp: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install typescript-lsp@<marketplace>. Finally, /plugin in Claude Code.
What is typescript-lsp best for?
typescript-lsp is a plugin categorized under Development. It is designed for: lsp, typescript. Created by Anthropic.
What can I use typescript-lsp for?
typescript-lsp is useful for: Get real-time type errors and lint warnings as you write TypeScript code.; Request autocompletion suggestions for a partially typed variable or function.; Navigate to the definition of a symbol in your project.; Find all references to a function or variable across your codebase.; Rename a symbol and have the change propagate correctly through all files.; Inspect the type signature of a complex expression or imported module..