This VSCode extension is an open-source and fun alternative to GitHub Copilot. With three powerful features, it enhances your coding experience:
From Zero to Hero: Generate code from scratch.
Refactor It: Refactor existing code effortlessly.
Explain Strange Things: Add comments to any line of code for better understanding.
Installation
Use the command vsce package to package the extension.
Install the packaged .vsix file in VSCode by selecting Install from VSIX... in the Extensions panel.
Usage
Select any text in VSCode.
Right-click and choose one of the three options:
From Zero to Hero: Generate new code based on your input.
Refactor It: Enter refactoring instructions to modify the selected code.
Explain Strange Things: Add comments to explain the selected code.
Development
This extension is developed using TypeScript and the VSCode Extension API. Contributions are welcome! Fork the project and send a pull request to contribute.