list_files
List TypeScript and JavaScript files in a project with their line counts. Filter by extension to limit results to specific file types.
Instructions
Lists the TS/JS files of the project with their line count. Optionally filter by extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext | No | Filter by extension (e.g. ".ts", ".vue") | |
| name | Yes | Name or path of the loaded project |