This repository contains the source code for the SFDX Mate for Visual Studio Code (VS Code) extensions.
SFDX Mate is an extension for enhancing SFDX development in VS Code and is used as a companion to the Salesforce DX CLI and Salesforce Extension Pack for VS Code.
Currently, it has the following extension features:
Deploy On Save
During the save action of a file it deploys to the default username in the Salesforce DX project.
Command Palette Features
-
SFDX Mate: Change Default Org
Introduces the ability to change the default username for a Salesforce DX project which is used by SFDX Mate. -
SFDX Mate: Show Default Username
Displays an information message with the designated default username for the Salesforce DX project. -
SFDX Mate: Show Default Dev Hub
Displays an information message with the designated default dev hub for the Salesforce DX project.
Before you install and setup this extension make sure you have the following:
-
Salesforce CLI
Before you use SFDX Mate for VS Code, set up the Salesforce CLI. -
Salesforce Extension Pack
For a more complete experience install the Salesforce Extension Pack for VS Code. -
A Salesforce DX Project
If you don't already have a Salesforce DX project you can create one using the Salesforce CLI or Salesforce Extension Pack.
Initial release of SFDX Mate.
Included features:
Deploy on Save
Command Palette:
SFDX Mate: Change Default Org
SFDX Mate: Show Default Username
SFDX Mate: Show Default Dev Hub
Special thanks to @codefriar and @msrivastav13 for the inspiration!
