create_ide_configs
Generate IDE configurations for Cursor, VS Code, and IntelliJ. Automates setup with project paths, custom rules, and debug options for efficient context management in coding projects.
Instructions
Create IDE-specific configurations for Cursor, VS Code, and IntelliJ
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisId | No | Analysis ID from analyze_codebase_deeply | |
autoLoadContext | No | Enable automatic context loading | |
customRules | No | Custom rules to add | |
ide | Yes | Which IDE configurations to create | |
includeDebugConfigs | No | Include debugging configurations | |
projectPath | Yes | Path to the project directory |