Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Salesforce SOQL RunnerNew to Visual Studio Code? Get it now.
Salesforce SOQL Runner

Salesforce SOQL Runner

vinodraj-shivananda

|
3 installs
| (0) | Free
Execute SOQL queries directly in VS Code with autocomplete, object labels search, and query history.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Salesforce SOQL Runner (VS Code Extension)

Run SOQL queries directly inside VS Code with real-time autocompletion, Salesforce object label search, and query history persistence.

Features

  • ⚡ SOQL Query Editor: Run queries against any Salesforce Org (Production, Developer Edition, or Sandbox).
  • 🔍 Autocomplete & Search:
    • Search Salesforce objects by User-Friendly Label (e.g. "Account", "Contact", custom labels) and insert the corresponding API Name.
    • Search fields by any part of the field name (e.g. status matches Status, LeadStatus, CleanStatus).
  • 📜 Executed Queries History:
    • Automatically saves executed queries.
    • One-click load into editor or direct execution from history.
    • Clear history or delete individual queries.
  • 📊 Results Table & Export:
    • View results in an interactive table styled to match your VS Code theme.
    • Direct links to Salesforce Lightning records.
    • Export query results to CSV.

Development & Usage

  1. Open this folder in VS Code.
  2. Install dependencies:
    npm install
    
  3. Press F5 to launch a new VS Code Extension Development Host window.
  4. In the new window:
    • Press Ctrl+Shift+P (or Cmd+Shift+P).
    • Run SOQL Runner: Open SOQL Runner.
    • Connect to Salesforce and execute queries.

Packaging as VSIX

npm run package

Right-click the generated .vsix file in VS Code and choose Install from VSIX....

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft