analyze_current_file
analyze_current_fileAnalyze SAPUI5 file structure to identify imports, classes, and controller methods for development insights.
Instructions
Analyze the current file for imports, class structure, and controller methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| imports | Yes | ||
| classNames | Yes | ||
| controllerMethods | Yes | ||
| controllerPattern | Yes |