Supported Editions
Web Versus Desktop
Release Notes
Known Issues and FAQ
Feedback
Project Explorer
Extensions
Org Browser
Default Org
Command Palette
Create Projects
At the heart of Salesforce development is the Salesforce DX project. The project structure contains a default package directory, force-app:
1your-app
2├── README.md
3├── sfdx-project.json
4├── .sfdx
5├── .vscode
6│ ├── extensions.json
7│ └── settings.json
8├── force-app
9| └── main
10| └── default
11| ├── aura
12| ├── classes
13| └── objects
14└── manifest
15 └── package.xmlTo learn about folders in the project, see Salesforce DX Project Structure and Source Format in the Salesforce DX Developer Guide.
Some standard files in your project that are prepopulated for you are: