Quickstart
Quickstart
Setup the most powerful AI directly in Android Studio/JetBrains IDEs in 30 seconds.
What is Firebender?
Firebender embeds a context-aware AI inside your JetBrains IDE. It reads the file you are working on, understands the active run configuration, and suggests precise edits that you can apply inline. The assistant is designed for professionals who need fast, high-signal suggestions without losing control of the codebase.
- Inline intelligence: request refactors, documentation, and test coverage without leaving the editor.
- Realtime awareness: Firebender watches your active Git branch, project structure, and build output to ground its responses.
- Collaboration ready: share prompts and generated diffs with teammates directly from the IDE.
Installing Firebender
Check prerequisites: Android Studio Flamingo (2023.2+) or any JetBrains IDE version 2023.1 or newer, along with an active Firebender account.
Open the marketplace: In the IDE, navigate to
Settings/Preferences → Pluginsand search forFirebender. Click Install.Restart to activate: When prompted, restart the IDE so the Firebender plugin can finish loading and register its tool windows.
Sign in: Launch the
Firebendertool window, choose Sign in, and approve the device in your browser. The IDE will pick up the session automatically.Start building: Use
⌘⇧A(macOS) orCtrl+Shift+A(Windows/Linux) and run Firebender: Quick Action to open the command palette, request edits, or trigger background agents.
Tip: If your organization blocks the JetBrains Marketplace, download the .zip package from
the Download button in the header and choose Install Plugin from Disk… instead.
Once you are signed in, Firebender will surface inline suggestions the next time you highlight code or leave a comment
with //firebender. Keep the tool window open to manage background agents, review generated diffs, and monitor
license usage for your team.