#1MinuteTip Writing SOQL queries is now going to be much easier. Salesforce introduces SOQL Query Builder extension for VS Code that will make it easy for you to write and run queries and save the results. You can download the extension from VS marketplace
Once installed, create a file with .soql extension, right click on the file and click ‘Open With’ and then select SOQL Builder
References & Useful URLs
- Extension Documentation – SOQL Builder (Beta)
- Salesforce Developer’s Blog – Introducing the SOQL Query Builder, Now in Beta!
Very useful tip, thanks a lot Mr Agarwal