n3mo_get_file_symbols
List all symbols (classes/functions) defined in a file. Inspect the file's symbol graph for quick code understanding and impact analysis.
Instructions
List all symbols (classes/functions) defined inside a specific file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file to inspect (or a substring match). | |
| project_path | No | Absolute path to workspace directory (default: current directory). |