Skip to content

Uday2902/code-quick

Repository files navigation

Code Quick Extension

Overview

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 generates corresponding code directly into their active code file. It also allows users to fix errors in their code.

Features

  • Code Generation: Utilizes the ChatGPT (3.5 turbo) API to generate code & offers two options:
    • Inline Code Generation
    • Transform Entire File
  • Fix Errors: Offers two options:
    • Fix Errors in Selected Code
    • Fix Errors in Entire Code
  • API Key Management: Allows you to add your own ChatGPT-3.5 (Free) or ChatGPT-4 API key.
  • Code Sharing: Allows you to send and receive code over unique channel name.
  • Chatbot: Allows you to interect with chatbot.

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 anywhere in your code editor.
  3. From the context menu, navigate to Code Quick.
  4. You can directly access the following options:
    • Generate Code: Select this to generate code based on your prompt.
    • Fix Errors: Choose between fixing errors in the selected code or the entire file.
    • Add API Key: Add your ChatGPT API key for code generation.
    • Code Sharing: Send or Receive code over unique channel name.

Image

Code Quick

Youtube Video

Code Quick

Releases

No releases published

Packages

No packages published