Let's make our code more robust and efficient! Code Review is a VS Code extension that integrates with CrewAI to provide AI-powered code analysis, bug detection, and improvements directly within your editor. Simply select code and get instant feedback to enhance quality and maintainability.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Eminds is a VS Code extension that enables code review for Python files. It allows users to review individual files or entire folders by sending them to a local review server. The reviewed files are then downloaded and displayed in VS Code.
Features
Review a Single Python File: Select and review an individual .py file, and download the reviewed version.
Review an Entire Folder: Select a folder containing Python files, and review all of them at once.
Automatic Download & Open: Reviewed files are automatically downloaded and opened in VS Code.
Requirements
A local server running at http://127.0.0.1:8000.
Node.js and npm installed to build and run the extension.