Appearance
SOPs Overview
FreshStandard Operating Procedures for setting up and using Gemini Code Assist.
Available SOPs
| SOP | Description |
|---|---|
| Setup — Individuals | Free tier setup for VS Code and JetBrains |
| Setup — Standard/Enterprise | Paid tier setup with Google Cloud |
| Code Generation | Using prompts, comments, and transformation commands |
| Code Completions | Inline completions and Next Edit Predictions |
| Smart Actions | Right-click and lightbulb actions |
Decision Tree
mermaid
flowchart TD
A[New to Gemini Code Assist?] --> B{Which edition?}
B -->|Free| C[Setup Individuals SOP]
B -->|Paid Basic| D[Setup Standard SOP]
B -->|Paid + Private Code AI| E[Setup Enterprise SOP]
C --> F[Install Extension]
D --> F
E --> F
F --> G[Sign in to Google]
G --> H[Start coding]
H --> I{What do you want?}
I -->|Generate code| J[Code Generation SOP]
I -->|Auto-complete| K[Code Completions SOP]
I -->|Complex tasks| L[Agent Mode]