Appearance
Gemini Code Assist
Gemini Code Assist integrates Gemini into VS Code, JetBrains IDEs, and Google Cloud Console for inline completions, natural language chat, and code generation alongside the CLI and Antigravity surfaces.

What you'll learn
- Gemini Code Assist provides inline code completions and chat in VS Code and JetBrains
- Cloud Shell and Cloud Workstations come with Gemini CLI pre-installed
- Code Assist shares the same Gemini models as Gemini CLI and Antigravity
Build it
Install from the VS Code Marketplace: search "Gemini Code Assist". Or use Cloud Shell where Gemini CLI is pre-installed:
bash
geminiWhat goes wrong
| Mistake | How you notice it | The fix |
|---|---|---|
| Gemini CLI not found in Cloud Shell | Command not found | Install manually: npm install -g @google/gemini-cli |