generate_outline
Analyzes TypeScript/JavaScript or Python files to generate a structured code outline, highlighting classes, functions, and imports for improved readability and understanding.
Instructions
Generate a code outline for a file, showing its structure (classes, functions, imports, etc). Supports TypeScript/JavaScript and Python files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the file to analyze |