Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 605 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 605 Bytes

ClonePilot

A worse version of GitHub Copilot

By quering stackoverflow, I have compiled a database of javascript functions, their parameters and bodies. In VS Code, you can search for and insert these functions, similar to Github Copilot.

Video

Check out this youtube video explaining how I made it! ClonePilot video

Extension

This repo is the server code. For the vscode extension go to ClonePilotExtension.