This VS Code extension allows for easy access and use of sfdx-dmg-plugin and other handy commands via the Command Palette, Explorer, and Editor.
-
Install sfdx-dmg-plugin
-
Install this extension
-
Reload VSCode
Runs Retrieve Source using the package at /manifest/package.xml
Runs Cleanup Source
- Presents a list of currently enabled orgs; retrieved via
sfdx force:org:list
a. Last used org for quick access
b. Refresh org list if a new org was recently added
- Runs Open Workbench upon selection
- Presents a list of currently enabled orgs; retrieved via
sfdx force:org:list
a. Last used org for quick access
b. Refresh org list if a new org was recently added
- Runs
sfdx force:auth:logout -u {orgAlias}
upon selection
Enter a valid sObject API name, and the extension will print all fields to the Output channel in VSCode.
Dynamically builds a SOQL query for all fields in an object, then returns the results.
You may specify a file name to export the search to a CSV, or leave it blank to have the results posted into the Output channel in VSCode.
- Open Workbench
- Retrieve Source
- Open Workbench
- Set the URL for the Workbench instance you wish to use, either official SF or custom hosted. Defaults to https://wmpbench.herokuapp.com/.