Quick Start (3 Minutes)
This guide is optimized for first success in one session.
Goal
In 3 minutes, you will:
- Open a workspace
- Run a real command
- Edit one file
- Use one high-value panel (Source Control / AI / Debug)
Step 1: Open Workspace (30s)
Choose one mode:
- Local Explorer: open local project directory
- Remote Explorer: connect via SSH
If using remote mode:
- Create SSH profile (
host,port,username) - Select auth method (password or private key)
- Connect and confirm workspace root path
Step 2: Run Command in Terminal (30s)
- Open terminal panel
- Run a verification command (for example
pwd,ls, or your build/test command) - If output is long, use terminal search
Step 3: Edit and Save (45s)
- Open a source file from explorer
- Edit one line
- Save file
- Use symbol navigation or in-file find/replace if needed
Step 4: Choose One Outcome Path (75s)
Path A: Commit Changes
Open Source Control and:
- inspect modified files
- stage changes
- commit (and push if configured)
Reference: /docs/source-control
Path B: Ask AI to Accelerate
Open AI panel and:
- choose provider config
- ask for explanation/refactor/fix suggestions
- optionally run AI Agent for workflow automation
Reference: /docs/ai
Path C: Diagnose Faster (Pro)
Open LSP/Debug and:
- check diagnostics
- apply code actions
- start debug session and inspect variables/watch
References: /docs/lsp, /docs/debug
High-Value Scenarios
- Remote hotfix on production-like server:
/docs/ssh+/docs/terminal+/docs/source-control - Fast bug triage:
/docs/lsp+/docs/debug+/docs/timeline - Repetitive task automation:
/docs/tasks+/docs/ai - Stable daily setup:
/docs/settings+/docs/configuration
Next Best Step
After first run, configure these immediately:
- AI provider profile: /docs/configuration
- Editor and keyboard preferences: /docs/settings

