Releases: Codium-ai/codiumai-vscode-release
v0.6.2
v0.6.1
v0.6.0
-
Bug Identification and Fixes - TestGPT alerts you to potential bugs and > suggests merging fixes directly into your code. Watch the video to see it in action.
-
Test Generation for Code Diff - Effortlessly generate tests for your latest code changes. Watch the video to learn how.
-
Persistent Preferred Framework - tired of selecting your preferred framework after each "generate tests" action? CodiumAI saves your preferred framework for future triggers.
-
More Code Suggestions - Get more suggestions quickly with the new "Give Me More Suggestions" button.
v0.5.26
v0.5.25
v0.5.24
v0.5.23
v0.5.22
-
Generate tests for selected code - not only classes or functions. Mark the code you want to test and generate tests for it.
This should support cases such as:- Test code snippets that are not a class or a function.
- Test multiple components.
- Test unsupported function types in JS and TS (anonymous functions).
- Test static functions inside classes.
etc.
-
Find bugs in your code - reflect and fix a failing test, and it still fails? TestGPT model can indicate whether the problem is in the test, or your code, and it also suggests how to fix it! [PYTHON ONLY at the moment]