Table of Contents
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.
- 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.
Here are some instructions to make your own copy of Ctrl+Shift+Fix and get started with it locally.
npm install npm@latest -g- Clone the repo
git clone https://github.com/zainabfatima097/Ctrl+Shift+Fix
- Install NPM packages
npm install
- Make
.envfile and add your API credentials in it.API_KEY = 'ENTER YOUR API KEY';
- 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
-
After cloning the repository, run these commands in terminal.
npm run compile code . -
Press FN + F5 to start deubug console and open Extension Development Host.
-
Press Ctrl + Shift + P and type Ctrl+Shift+Fix.
-
Ctrl+Shift+Fix is live!
Due to continuous large number of API calls for auto-completion and suggestion of possible bugs, resource might get exhausted.