Locates the original definitions of TypeScript symbols, including those from imported packages, within a codebase.
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
01Returns both the definition location and code snippet.
02Finds original definitions of TypeScript symbols.
03Supports stdio interface for seamless integration with AI code editors.
04Works with imported symbols from external packages.
050 GitHub stars
Use Cases
01Quickly find the source code of imported functions or classes.
02Understand the implementation details of third-party libraries.
03Enable AI code editors to provide more accurate code completion and suggestions.