TypeScript Definition Finder
0
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.
主要功能
- 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
使用案例
- 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.