IDE Integration
Blaze integrates with popular code editors so you can jump into your site’s code with one click.
Supported Editors
Section titled “Supported Editors”- VS Code
- Cursor
- PhpStorm
- Sublime Text
Opening a Site in Your Editor
Section titled “Opening a Site in Your Editor”- Click the IDE button on the site detail view
- Your site’s root directory opens in your preferred editor
You can also right-click a site in the sidebar to choose which editor to open.
Setting Your Default Editor
Section titled “Setting Your Default Editor”- Open Settings (gear icon in the sidebar)
- Find the “Preferred IDE/Editor” option
- Select your editor from the dropdown
The default editor is used when you click the IDE button on any site.
What Opens
Section titled “What Opens”The editor opens the site’s root directory (e.g., ~/Sites/mysite/), which contains the full WordPress installation. From there you can edit:
- Theme files in
wp-content/themes/ - Plugin files in
wp-content/plugins/ wp-config.phpand other root-level files