function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Smita HodiggeriSmita Hodiggeri 

Extension or feature in Visual studio Code to auto suggest for SOQL query building

Hi Community,
 
I am looking for an extension that would make query building more quicker by auto suggesting and auto completing?
Is there an extension like that I can install on my visual studio IDE and get cracking? 
 
#Microsoft Visual Studio Code #SOQL Queries
 
SwethaSwetha (Salesforce Developers) 
HI Smita,

There are several extensions available for Visual Studio Code that can make SOQL query building quicker and easier.

One such extension is the SOQL Builder extension, which is available as part of the Salesforce Extension Pack. With SOQL Builder, we can visually build, run, and explore results from queries. It provides auto-suggestions and auto-completion features that make it easier to build SOQL queries

Check out SOQL Builder https://developer.salesforce.com/tools/vscode/en/soql/soql-builder

SOQL Builder for Visual Studio Code:  https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-soql

Also see https://github.com/afawcett/dependencies-sample

If this information helps, please mark the answer as best. Thank you