Skip to content

An AI-Powered VS Code Extension, built to boost productivity.

Notifications You must be signed in to change notification settings

zainabfatima097/ctrl-shift-fix-

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Current Limitations

About The Project

Ctrl+Shift+Fix is a VS Code extension designed to boost developer productivity by automating code completion, bug fixes with GUI, automated builds and testing. It helps developers write code faster and with fewer errors by offering AI-powered suggestions, real-time error detection, and one-click bug fixing & auto-build.


Features

  • AI-powered code completion - Get real-time code suggestions as you type.
  • Live bug detection & quick fixes with GUI - Instantly spot and fix errors in your code.
  • One-click auto-build - Fix all bugs and compile your code with a single button.
  • Seamless VS Code integration - Works smoothly with your coding workflow.
  • Minimal manual intervention - Reduces debugging time, allowing you to focus on coding.

Built With


Getting Started

Here are some instructions to make your own copy of Ctrl+Shift+Fix and get started with it locally.

Prerequisites

npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/zainabfatima097/Ctrl+Shift+Fix
  2. Install NPM packages
    npm install
  3. Make .env file and add your API credentials in it.
    API_KEY = 'ENTER YOUR API KEY';
  4. Change git remote url to avoid accidental pushes to base project
    git remote set-url origin https://github.com/zainabfatima097/Ctrl+Shift+Fix
    git remote -v # confirm the changes

Usage

  1. After cloning the repository, run these commands in terminal.

    npm run compile
    code .
  2. Press FN + F5 to start deubug console and open Extension Development Host.

  3. Press Ctrl + Shift + P and type Ctrl+Shift+Fix.

  4. Ctrl+Shift+Fix is live!

Current Limitations

Due to continuous large number of API calls for auto-completion and suggestion of possible bugs, resource might get exhausted.

About

An AI-Powered VS Code Extension, built to boost productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published