get_doc
Retrieve JSDoc/TSDoc comments for any TypeScript symbol, including methods via Class.method syntax, to understand code without reading source.
Instructions
Extracts JSDoc/TSDoc comments for a symbol (function, type, class, variable). Supports Class.method syntax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name (e.g., 'Config', 'MyClass.method', 'DEFAULT_VALUE') | |
| path | Yes | Absolute path to the TS/JS file |