CloudAEye VS Code Extension
CloudAEye VS Code extension provides powerful code review, security analysis, and test generation utilities directly within your development environment.
✨ Features
The CloudAEye extension offers the following key features to enhance your development workflow:
🔍 Code Review
Initiate a code review directly from your SCM view. This feature helps you get quick insights and suggestions for your code changes, improving code quality and maintainability.
🛡️ Security Review
Perform a security review of your code from the SCM view to identify potential vulnerabilities and ensure your applications are secure.
🧪 Generate Tests
Automatically generate comprehensive tests for your code. This can be accessed via a command or through the "Test" view in the CloudAEye activity bar, streamlining your testing process.
📊 CloudAEye Activity Bar View
A dedicated activity bar icon provides quick access to all CloudAEye tools, including a "Test" view to manage and generate tests, and other upcoming features.
🚀 Why choose CloudAEye
- 🔍 Code Review: In depth code review and security review against OWASP and ASI standards
- 🔧 Test RCA: Auto-fix test failures and save 4–8 hours per developer every week.
- ⚡ Test Generation: Accelerate QA by 40% and uncover 50% more bugs early.
- 👨💻 Developer Companion: Dev ramp-up time: under 1 week — not 3 months!
🔗 Integrations
📥 Installation
- Open VS Code.
- Go to the Extensions view (
Ctrl+Shift+X
or Cmd+Shift+X
).
- Search for "CloudAEye".
- Click "Install".
📖 Usage
Once installed, you can start using the CloudAEye extension:
🔍 Code Review & Security Review
- Open the Source Control (SCM) view (
Ctrl+Shift+G
or Cmd+Shift+G
).
- Right-click on a file or selection of code you wish to review.
- Select "CloudAEye: Code Review" or "CloudAEye: Security Review" from the context menu.
- Insights and suggestions will appear in a dedicated output panel or webview.
🧪 Generate Tests
- Open the Command Palette (
Ctrl+Shift+P
or Cmd+Shift+P
).
- Type "CloudAEye: Generate Tests" and select the command.
- Alternatively, click on the CloudAEye icon in the Activity Bar, navigate to the "Test" view, and follow the prompts to generate tests.
⌨️ Commands
The following commands are available via the VS Code Command Palette (Ctrl+Shift+P
or Cmd+Shift+P
):
CloudAEye: Code Review
: Initiates a code review for the selected code.
CloudAEye: Security Review
: Initiates a security review for the selected code.
CloudAEye: Generate Tests
: Generates tests for the active file or selected code.
⚙️ Requirements
GitHub CLI (gh
)
To use the "CloudAEye: Get Current GitHub User Info" command, you need to have the GitHub CLI installed and configured on your system. You can download it from cli.github.com.
🔧 Extension Settings

This extension contributes the following settings, which can be configured in your VS Code settings (File > Preferences > Settings
or Code > Preferences > Settings
):
cloudaeye.api.organizationId
: Your CloudAEye Organization ID. This is a required setting for the extension to function correctly.
cloudaeye.api.apiKey
: Your CloudAEye API Key. This will be used for authenticating requests to the CloudAEye API. Keep this key secure.
📋 Release Notes
0.0.1
Initial release of the CloudAEye VS Code Extension, providing core code review, security review, and test generation functionalities.