Why join the Early Access Program?
As part of the Project IDX Early Access Program, you can access experimental features like:
IDX interactive chat: Gemini in IDX can answer questions, execute commands, run tests, and can even make code changes (with your approval).
Write my docs: Gemini in IDX can automatically generate documentation in the appropriate format for your code. For example, Gemini uses Javadoc for Java files and JSDoc for Javascript and TypeScript files. After you review the changes (and, if necessary, refine Gemini's responses with additional prompts), you can add the documentation to your code with a single click.
Write my tests: Gemini in IDX can automatically update and generate unit tests. If Gemini finds an existing unit test file, it adds missing tests to the file. If it doesn't find existing unit test files, it creates the unit test for you. After you review the test(s) and, if necessary, refine Gemini responses using additional prompts, you can add or update the test file to your code with a single click—and then ask Gemini in IDX to run it!