codeEasy is the perfect VS Code extension to amplify your coding experience. Whether you're writing new code or debugging existing ones, CodeEasy gets it right. Just type a prompt, and it generates the correct code directly in your IDE. Plus, its smart debugging features help you catch and fix errors effortlessly. Code writing becomes easy with CodeEasy!
Code Generation: codeEasy instantly generates completes, functional code based on a simple user prompt, saving time on repetitive tasks.
Display in VS Code: The extension integrates seamlessly with Visual Studio Code, displaying generated code directly on vs code eliminating the need to switch between tabs or external tools.
Automated Bug Fixes codeEasy automatically fixes bugs directly on your IDE by just right click.
Itelligent Code Editor Users can edit the code based on prompt directly on vs code .
Test Case Generation codeEasy automatically creates unique and relevant test cases tailored to the code in the files and organizes.results within a dedicated test folder.
Automatic testing Cases Runs all generated test cases instantly.
Efficient Code Refinement Before making edits, CodeEasy suggests changes and asks for user approval, ensuring full control over modifications.
Usage
To use codeEasy, follow these steps:
Open Visual Studio Code.
Click on the codeEasy button in the activity bar for prompt based code generation
Select lines of code which you want to edit or where there is potential bug.Right click and choose option of Code Editor (codeEasy) to type prompt or Fix Bugs (codeEasy)
4.To test python api's or anyother code , right click and choose "Generate Test Cases (codeEasy)"
Extension Settings
Include if your extension adds any VS Code settings through the contributes.configuration extension point.
For example:
This extension contributes the following settings:
myExtension.enable: Enable/disable this extension.
myExtension.thing: Set to blah to do something.
Commands
This extension provides the following commands:
Code Generator (codeeasy.openSidebar) – Opens the sidebar for prompt based quick code generation.
Code Editor (codeeasy.editCode) – automatically edits the code based on prompt.
Generate Test Cases (codeeasy.generateTestCases) – Automatically generates test cases for your code and runs them on the terminal.
Fix Bugs (codeeasy.fixbugs) – Fixes Bugs if present in selected lines of texts.
Release Notes
1.0.0
Initial release of CodeEasy.
Features: Code Generator, Code Editor, Test Case Generation, Bug Fixing.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux)
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets