Code TestifyAI-Powered Test Generation for Visual Studio Code 🚀 This extension harnesses the power of Google's Gemini AI to streamline your testing process by automatically generating unit tests within VS Code. FeaturesEffortless Integration: Right-click your code/function and select "Generate Tests" for instant AI-powered test creation. Versatile Language Support: Supports a variety of programming languages. Tailored Results: Customize the generated tests to align seamlessly with your project's requirements. Keybindings: Mac: ⌘K + ⌘T Windows: Ctrl+K + Ctrl+T InstallationLaunch VS Code and navigate to the Extensions view (Ctrl+Shift+X). Search for "Code Testify" Hit the "Install" button. 🎉 UsageHighlight the code or function you'd like to test. Right-click and select "Generate Tests" from the menu. Gemini AI will work its magic, generating unit tests for you. ✨ Review and refine the generated tests as needed. Release Notes1.0.1Initial release of CodeTestify. Happy testing! |