What problem does it solve?
This skill provides TypeScript Language Server Protocol integration for exploring and understanding TypeScript/JavaScript codebases, delivering type-aware results that understand imports, exports, and relationships.
Core Features & Use Cases
- Type-aware symbol search across TS/JS codebases using LSP to discover functions, types, and classes.
- Get precise type signatures and documentation via hover, and locate all references across modules.
- Navigate code efficiently: jump to definitions, inspect exports, and analyze symbol relationships across files.
- Use Case: When you need to locate all usages of a symbol like parseConfig across a large project, this skill identifies references and reveals type information to guide edits.
Quick Start
Run the lsp-find, lsp-refs, and lsp-hover commands to explore symbols in your project. For example, search for parseConfig across the workspace using lsp-find.