Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SF Query ToolsNew to Visual Studio Code? Get it now.
SF Query Tools

SF Query Tools

Preview

Wenbo Zhou

|
992 installs
| (0) | Free
Salesforce Query Tool helps you to write better query
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Salesforce Query Tool

The VS Code extension helps you to write better query. This tool is under construction and come with one feature to run your query plan to keep your SOQL performant for large data volume.

Features

SOQL Execution Plan

This tools sends your SOQL statement to Salesforce org to calculate its cardinality. When querying an object with large data volume, the tool will show you which index fields are used and its cardinality. Better use this tool to avoid query time out and performance issue.

query_plan_1

Tip: When construct your SOQL query, replace any binding variables with values. If the values are dynamic, use same sample data.

Requirements

  • You need to ensure Salesforce CLI is installed in your environment path.
  • The tool will only query the current SFDX org connection. Make sure you have a default user name set for the current project before using the tool.

Known Issues

This extension is under construction, not even in its alpha phase. If you have encountered any issue, please raise an issue on the related github repository. You can find it on the extension page on the Marketplace

Release Notes

Users appreciate release notes as you update your extension.

0.1.1

Testing phase of the extension. For experimental purpose only.

0.1.2

Fixed an issue when no query is entered, the run button will not be enabled again

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft