Join the Project IDX Early Access Program

Why join the Early Access Program?

As part of the Project IDX Early Access Program, you can access experimental features like:

Gemini in IDX interactive chat
Gemini in IDX interactive chat

  • IDX interactive chat: Gemini in IDX can answer questions, execute commands, run tests, and can even make code changes (with your approval).

    Right-click a file and choose Gemini, Generate documentation to create documentation in IDX interactive chat
    Generate documentation with Gemini in IDX

  • 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.

    Right-click a file and choose Gemini, Generate unit tests to update or create unit tests in IDX interactive chat
    Generate unit tests with Gemini in IDX

  • 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!