Skip to content

SOPs Overview

Fresh

Standard Operating Procedures for setting up and using Gemini Code Assist.

Available SOPs

SOPDescription
Setup — IndividualsFree tier setup for VS Code and JetBrains
Setup — Standard/EnterprisePaid tier setup with Google Cloud
Code GenerationUsing prompts, comments, and transformation commands
Code CompletionsInline completions and Next Edit Predictions
Smart ActionsRight-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]

Based on official Google Gemini Code Assist documentation.