Code Review Assistant is a Visual Studio Code extension that leverages the power of OpenAI's GPT models to review your code. This extension allows you to submit your current file's contents to the OpenAI API, which returns a comprehensive review of your code.
Features
Code Analysis: Analyze the currently open file in VS Code using GPT-3.5 or GPT-4 models.
Flexible Configuration: Choose between GPT-3.5 and GPT-4 to tailor the review capabilities to your needs.
Secure API Key Storage: Store your OpenAI API key securely within VS Code.
Getting Started
Installation
Install the extension from the Visual Studio Code Marketplace.
Restart VS Code after the installation.
Configuration
Set your OpenAI API key in the extension settings for secure and personalized use.
Choose your preferred GPT model (GPT-3.5 or GPT-4) in the extension settings.