analyze_file_symbols
Extract and analyze code symbols (functions, classes, interfaces, types, variables, imports) from source files to understand code structure and generate documentation.
Instructions
Extract and analyze symbols (functions, classes, etc.) from code files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | The absolute path to the source code file to analyze for symbols. | |
| symbol_types | No | Types of code symbols to extract from the file. Defaults to functions and classes. |