Getting Started
Get up and running with SumoData Toolbox in under 5 minutes.
Prerequisites
- VS Code 1.80.0 or higher
- Active sumopod.com account
- API key from sumopod.com
Installation
From VS Code Marketplace
- Open VS Code
- Press
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(Mac) - Search for "SumoData Toolbox"
- Click Install
From VSIX File
- Download the
.vsixfile from releases - Open VS Code
- Press
Ctrl+Shift+Pand type "Install from VSIX" - Select the downloaded file
Configuration
Step 1: Get Your API Key
- Visit sumopod.com
- Sign up or log in
- Navigate to API settings
- Copy your API key (starts with
sk-)
Step 2: Configure Extension
- Click the SumoData icon in the VS Code sidebar
- Click "⚙️ Configure API Key"
- Paste your API key
- Press Enter
TIP
Your API key is stored securely using VS Code's SecretStorage. It never leaves your machine except when making API calls.
First Use
Let's optimize a SQL query as your first task!
1. Create a test file
Create a new file test.sql:
sql
SELECT * FROM users WHERE name LIKE '%john%'2. Select the code
Highlight the entire SQL query.
3. Use the tool
Method A: Sidebar
- Click SumoData icon in sidebar
- Expand "📂 Sumo Pipes"
- Click "SQL Optimizer"
Method B: Context Menu
- Right-click on selected code
- Choose "🛡 SumoData" → "SQL Optimizer"
4. View results
Results open in a new tab with:
- Optimized query
- Index suggestions
- Performance tips
What's Next?
Need Help?
- Check Troubleshooting
- Open an issue on GitHub
- Join our community discussions