TypeScript Definition Finder
Createdrunninghare
Locates the original definitions of TypeScript symbols, including those from imported packages, within a codebase.
About
TypeScript Definition Finder helps AI code editors find the original definitions of TypeScript symbols in your projects. It's especially useful for navigating imported symbols from external packages. The server provides a `find_typescript_definition` tool that takes a file path, line content, and column number as input, returning the definition location and a code snippet for the symbol.
Key Features
- Returns both the definition location and code snippet.
- Finds original definitions of TypeScript symbols.
- Supports stdio interface for seamless integration with AI code editors.
- Works with imported symbols from external packages.
- 0 GitHub stars
Use Cases
- Quickly find the source code of imported functions or classes.
- Understand the implementation details of third-party libraries.
- Enable AI code editors to provide more accurate code completion and suggestions.