The DeepFix Extension provides deep code analysis and automated fixes directly within VSCode, enhancing your coding experience by identifying issues and suggesting improvements in real-time.
Features
Deep Code Analysis: Analyze your code for potential issues and improvements.
Automated Code Fixes: Automatically apply fixes to common coding problems.
Installation
Open VSCode.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
Search for "DeepFix" and click "Install".
Usage
After installation, open a code file and the extension will automatically analyze the code.
The extension provides a chat interface for user interactions directly within the UI.
Configuration
To use the DeepFix Extension, you need to set up the following environment variables in your .env file:
DEEPFIX_API_KEY: Your API key for DeepSeek.
OPENAI_API_KEY: Your API key for OpenAI.
Contributing
Contributions are welcome! Please submit a pull request or open an issue on the GitHub repository.