The Reimagined Trailblazer Community is Here! Learn More.

Make Visual Studio Code Salesforce Ready

Follow Along with Trail Together

Want to follow along with an instructor as you work through this step? Take a look at this video, part of the Trail Together series on Trailhead Live.

(This clip starts at the 7:02 minute mark, in case you want to rewind and watch the beginning of the step again.)

Install the Command Line Interface (CLI)

You can use Salesforce CLI to control the full application life cycle of your Salesforce apps. Through the CLI, you can easily create or connect to environments for development and testing, and synchronize metadata and code between your orgs and a version control system.

See the Salesforce CLI Setup Guide for complete installation instructions.

  1. Install the CLI from https://developer.salesforce.com/tools/sfdxcli.
  2. Confirm the CLI is properly installed and on the latest version by running the following command from the command line.
    sfdx update
    You should see output like sfdx-cli: Updating CLI....

Install the Salesforce Extension Pack

Now that we have Salesforce CLI installed, we can supercharge Visual Studio Code by installing the Salesforce Extension Pack. The extension pack installs the essential Salesforce extensions all at once, saving you from selecting each one individually. 

The extensions provide deep integrations with Salesforce tooling throughout VS Code. You can invoke Salesforce CLI from a variety of places (VS Code menus, shortcut keys, and right-click context menus). 

New functionality shows up as you're working, including:

  • Language Services for Apex
  • Language Services for Visualforce
  • Language Services for Lightning Components (Aura and Lightning Web Components)
  • Integrations in the activity bar for Apex tests and Replay Debugger.
  1. Launch Visual Studio Code.
  2. On the left toolbar, click Extensions.
  3. Enter Salesforce Extension Pack in the search field. Visual Studio Code search result for Salesforce extension pack.
  4. Click on Salesforce Extension Pack.
  5. Click InstallThe top of the pack details window with the green Install button.
  6. Close and relaunch Visual Studio Code to complete the installation.
  7. Note

    Some features in Salesforce Extensions for VS Code depend upon the Java Platform, Standard Edition Development Kit (JDK). You need to have either version 8 or version 11 of the JDK installed. Once you install JDK8 or JDK11, you can follow the steps here to configure your setup.

Setup Your Trailhead Playground

  1. To create a new Trailhead Playground, click the dropdown at the end of this step and select Create a Trailhead PlaygroundThe Create a Trailhead Playground dropdown in a module's hands-on challenge.
  2. Once you have a Trailhead Playground, click Launch.
  3. Click Setup The Setup gear icon..
  4. Enter Users in Quick Find box and select Users.
  5. Locate your name on the list of users.
  6. Check the box next to your name. Make note of the username. This is the username for your Trailhead Playground.
  7. Click Reset Password(s) and OK. This sends a password reset email to the email address associated with your username. Check your spam folder if you don't see the email. Reset your Trailhead Playground password on the Users page in Setup.
  8. Click the link in the email.
  9. Set your password.

We won't check any of your setup. Click Verify Step to go to the next step in the project.

Keep learning for
free!
Sign up for an account to continue.
What’s in it for you?
  • Get personalized recommendations for your career goals
  • Practice your skills with hands-on challenges and quizzes
  • Track and share your progress with employers
  • Connect to mentorship and career opportunities