Create Projects
When you launch Code Builder, there's an empty Salesforce DX project to help you get started. You can also create projects in the Command Palette. Code Builder allows you to manage multiple projects in the same environment.
For more information about DX projects, see Salesforce DX Project Structure and Source Format in the Salesforce DX Developer Guide.
- Open the Command Palette (⇧⌘P) and enter SFDX: Create Project.
- Press Enter to use a standard project template.
- Add a project name and press Enter.
- Enter
/home/codebuilder/
for the project path and click OK.
The new project is now available in the Project Explorer.
- Open the Command Palette (⇧⌘P) and enter SFDX: Create Project.
- Press Enter to use a standard project template.
- Use
my-project-1
for the project name and press Enter. - Enter
/home/codebuilder/
for the project path and click OK. - Create a second
my-project-2
project by repeating the earlier steps. - To reopen
my-project-1
, click the hamburger icon () in the Activity Bar and click File > Open Folder. - Select the
my-project-1
folder.