DataGrip 2024.1 Help

Use AI in editor

Install the AI Assistant plugin

This functionality relies on the AI Assistant plugin, which you need to install and enable.

  1. Press Ctrl+Alt+S to open the IDE settings and then select Plugins.

  2. Open the Marketplace tab, find the AI Assistant plugin, and click Install (restart the IDE if prompted).

Generate code in editor

Generate code and use prompts right in the editor.

  1. Place the caret anywhere in the editor.

    Right-click to open the context menu, select AI Actions and then Generate code.

  2. In the input field, write your prompt and press Enter.

    Input field in the editor
  3. The generated code opens in a separate AI Diff tab. Wait for the generation to complete. In the upper-right corner, select Unified or Two-Side view to review the suggested changes.

    Generated code in diff tab
  4. If you want to improve the generated code, click Specify, add new requirements, and press Enter.

    New requirements to update the generated code

    AI Assistant will regenerate the code while taking into account the new specifications.

    If you want to regenerate the answer, click Regenerate.

  5. Click Accept to insert the generated fragment to the rest of the code. Otherwise, close the diff viewer to skip code generation.

Last modified: 24 April 2024