Code Quick is a Visual Studio Code extension that streamlines the process of generating code based on user-defined prompts. This extension provides a convenient way for users to input prompts related to their code logic, and then generates corresponding code directly into their active code file.
Features
Prompt-Based Code Generation: Users can enter prompts related to the code they want to generate.
Code Generation: It uses ChatGPT(3.5 turbo) API to generate code.
Fix Errors: It has two options Fix Errors in Selected Code and Fix Errors in Entire Code.
Add Your Own Api Key: You can add your own ChatGPT-3.5 API(Free) and ChatGPT-4 API
Installation
1. Open Visual Studio Code. 2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or press Ctrl+Shift+X. 3. Search for Code Quick. 4. Install the extension.
How to use ?
1. Open your code file. 2. Right Click
2. Use the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and search for Code Quick. 3. Enter prompts related to the code you want to generate, following the instructions provided. 4. The extension will automatically insert the generated code into your active file.