Execute SOQLThis VSCode extension allows users to easily execute SOQL (Salesforce Object Query Language) queries directly from the editor, with support for autocomplete and result visualization in a table format. FeaturesRun SOQL Queries: Execute queries and view the results in a structured table. Field Autocomplete: Autocompletes fields based on the object selected in the query(Currently does not support suggestions for Lookup fields). Scrollable Table: Handles large datasets by displaying results in a scrollable, responsive table. Displays inner query result as child table to it is easier to Read data Salesforce Connection: Login to Salesforce using credentials or via the default org configuration. How to UseHit Command/Control + Shift + P Select Query Editor : Execute Your SOQL if you are in salesforce workspace, it will use same Access token and login to default org else it will ask you to login LimitationsField suggestions does not work for inner Queries. For very large datasets, the table may become slow or hard to scroll. LicenseMIT Bugs and FeedbackFor bugs and feedback feel free to email at aditya1.gujalwar@gmail.com Enjoy! |