RevFlow-AI is a Visual Studio Code extension that leverages the power of AI to assist developers in automating coding tasks, identifying and rectifying errors, conducting code refinements, optimizing performance, and streamlining the software development workflow.
Features
RevFlow-AI provides the following features:
AI-Powered Project Setup: Utilize AI to generate terminal commands for setting up your project based on a natural language project description.
Response History: Keep a history of AI-generated responses to track the evolution of your project setup instructions.
Clear History Command: A command is available to clear the response history when needed.
Usage
Open the command palette in Visual Studio Code (Ctrl+Shift+P or Cmd+Shift+P).
Run the command: RevFlow-AI.
Enter your OpenAI API key and describe your project in natural language.
The extension will generate terminal commands based on your input and execute them in a new terminal window.
If you want to clear the history of RevFlow , Run the command Clear RevFlow History
Extension Settings
RevFlow-AI contributes the following settings:
revflowAI.enable: Enable/disable the RevFlow-AI extension.
revflowAI.apiKey: Set your OpenAI API key.
Known Issues
No known issues at the moment. Please report any problems on our GitHub repository.