Quick summary
This guide shows how to access and create a Visualforce page in Salesforce using the Developer Console. Admins and developers can use this workflow to build and preview custom Visualforce pages directly within Salesforce Lightning.
Steps
- Click the Gear icon on the top right and select Developer Console.
- A pop-up window will open — this is the Developer Console.
- Go to File > New > Visualforce Page to create a new page.
- Provide a new Name for the Visualforce page.
- Enter your code between the <apex:page> code blocks.
- Use the Preview button to view and verify your code.
