01Finds original definitions of TypeScript symbols, including imported symbols.
02Returns both the definition location and code snippet.
03Supports stdio interface for integration with AI code editors.
04Provides a 'find_typescript_definition' tool with a trigger command for easy access.
05Requires only file path, symbol, and line content as input.
060 GitHub stars