Skip to content

aleksandr-vin/vscode-chatgpt-pair-programming

Repository files navigation

ChatGPT Pair Programming

VS Code extension for Pair Programming with ChatGPT

Features

Ask ChatGPT to write something and run his code in Docker.

For example: Write a shell command to create a skeleton nodejs web app, in current folder:

Run command: Ask ChatGPT to Pair Programm

Tell: Write a shell command to create a skeleton nodejs web app, in current folder

Check what ChatGPT suggests

Run it in Docker

Extension Settings

This extension contributes the following settings:

  • chatgpt-pair-programming.apiKey: OpenAI API key from https://platform.openai.com/account/api-keys.
  • chatgpt-pair-programming.wrappingTemplate: Code to wrap snippets from ChatGPT, docker run ... by default.
  • chatgpt-pair-programming.askBeforeEachRun: Set to false to stop asking before running ChatGPT snippets.

Release Notes

0.0.1

Initial release. Supporting simple use case.

Buy Me A Coffee