AeroCorp IDE Extension
AI-powered development tools and seamless integration with AeroCorp IDE for Visual Studio Code.
Features
🚀 Quick Launch
- Open AeroCorp IDE: Launch AeroCorp IDE directly from VS Code with your current workspace
- Seamless Integration: Switch between VS Code and AeroCorp IDE effortlessly
🤖 AI-Powered Development
- Code Generation: Generate code using natural language descriptions
- Code Explanation: Get detailed explanations of selected code
- Code Optimization: Automatically optimize your code for better performance
- Test Generation: Create comprehensive tests for your functions and classes
🔧 Enhanced Terminal
- Smart Terminal: Open enhanced terminal with AI assistance
- Multi-shell Support: Works with PowerShell, Bash, and other shells
Commands
| Command |
Shortcut |
Description |
AeroCorp: Open AeroCorp IDE |
Ctrl+Alt+A |
Launch AeroCorp IDE with current workspace |
AeroCorp: Generate Code with AI |
Ctrl+Alt+G |
Generate code from natural language |
AeroCorp: Explain Code |
Ctrl+Alt+E |
Explain selected code |
AeroCorp: Optimize Code |
- |
Optimize selected code |
AeroCorp: Generate Tests |
- |
Create tests for selected code |
AeroCorp: Open Enhanced Terminal |
Ctrl+Alt+T |
Open AI-enhanced terminal |
Installation
- Install the extension from the VS Code Marketplace
- Download and install AeroCorp IDE
- Configure your AI settings (optional)
Configuration
Configure the extension through VS Code settings:
{
"aerocorp.apiKey": "your-api-key",
"aerocorp.model": "gemini-2.5-flash",
"aerocorp.temperature": 0.7,
"aerocorp.autoSuggest": true,
"aerocorp.terminalIntegration": true
}
Settings
aerocorp.apiKey: Your AeroCorp AI API key
aerocorp.model: AI model to use (gemini-2.5-flash, claude-3.5-sonnet, etc.)
aerocorp.temperature: Creativity level (0-2, where 0 is deterministic)
aerocorp.autoSuggest: Enable automatic code suggestions
aerocorp.terminalIntegration: Enable enhanced terminal features
Usage
Opening AeroCorp IDE
- Right-click on a folder in the Explorer
- Select "Open AeroCorp IDE" or use
Ctrl+Alt+A
- AeroCorp IDE will launch with your workspace
Generating Code
- Place cursor where you want to insert code
- Use
Ctrl+Alt+G or command palette
- Describe what you want to generate
- AI will generate and insert the code
Explaining Code
- Select the code you want explained
- Use
Ctrl+Alt+E or right-click menu
- View the explanation in a new document
Creating Tests
- Select the function/class to test
- Right-click and select "Generate Tests"
- Tests will be created in a new file
Requirements
- Visual Studio Code 1.74.0 or higher
- AeroCorp IDE (downloaded separately)
- Internet connection for AI features
Known Issues
- AI features require an active internet connection
- Large code selections may take longer to process
- Some languages may have limited AI support
Release Notes
1.0.0
Initial release with:
- AeroCorp IDE integration
- AI-powered code generation
- Code explanation and optimization
- Test generation
- Enhanced terminal support
Contributing
Found a bug or have a feature request? Please open an issue on our GitHub repository.
License
MIT License - see LICENSE file for details.
Enjoy coding with AeroCorp IDE Extension! 🚀
| |