Delta

Delta is an open source AI helper made to improve code review and testing in Visual Studio Code. It gives smart feedback and tests prompts for Large Language Models, making coding easier and safer.
Key Features
Delta has many strong features.
- Prompt Testing: It handles both chat completion and function calls. You can change temperature settings, see real time responses, adjust function details, and keep a history.
- AI Powered Code Review: This feature checks code changes in real time, spots security issues, suggests good practices, checks code complexity, and manages API keys safely.
Benefits
Using Delta helps developers in many ways.
- Real time Feedback: See quick insights on your code changes.
- Better Security: Find and fix security issues fast.
- Improved Code Quality: Get tips for good practices and handle code complexity well.
Use Cases
Delta is simple to use with easy keyboard shortcuts and sidebar buttons.
- Test Prompt: Press Ctrl+Alt+P
(Windows/Linux) or Cmd+Alt+P
(Mac), or click the "Test Prompt" button in the sidebar to see AI responses.
- Review Code Changes: Change your code, then press Ctrl+Shift+R
(Windows/Linux) or Cmd+Shift+R
(Mac), or click the "Review Code Changes" button in the sidebar to get an AI code review.
Requirements
To use Delta, you need
- Visual Studio Code 1.80.0 or newer.
- Git installed and set up in your workspace.
- An OpenAI API key.
Installation
- Get the extension from the VS Code marketplace.
- Click on the AI Code Review icon in the sidebar.
- Put your OpenAI API key in the settings panel.
Known Issues
If you have any problems, please share them on the GitHub repository.
Release Notes
- Version 0.0.12: Added function testing feature and React UI.
License
MIT
Comments
Please log in to post a comment.