Skip to content

A VSCode extension that contains some helper options to analyze and edit your code with OpenAI's ChatGPT API.

License

Notifications You must be signed in to change notification settings

luomanman567/GPTAssistantVSCodeExtension

 
 

Repository files navigation

juandy-gpt-assistant README

A VSCode extension that contains some helper options to analyze and edit your code with OpenAI's ChatGPT API.

Features

Optimize, Analize, Document, and Inquire about code in your editor with ChatGPT.

Requirements

You must provide a OpenAI API key to communicate with ChatGPT

Extension Settings

This extension contributes the following settings:

  • juandy-gpt-assistant.apiKey: OpenAI API key.
  • juandy-gpt-assistant.optimizePrompt: Optimize prompt.
  • juandy-gpt-assistant.documentPrompt: Document prompt.
  • juandy-gpt-assistant.analyzePrompt: Analyze prompt.
  • juandy-gpt-assistant.dryPrompt: DRY prompt.

Known Issues

  • None so far

Release Notes

1.0.0

Initial release

Enjoy!

About

A VSCode extension that contains some helper options to analyze and edit your code with OpenAI's ChatGPT API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.8%
  • JavaScript 10.2%