Skip to content

IDE Integration

Blaze integrates with popular code editors so you can jump into your site’s code with one click.

  • VS Code
  • Cursor
  • PhpStorm
  • Sublime Text
  1. Click the IDE button on the site detail view
  2. 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.

  1. Open Settings (gear icon in the sidebar)
  2. Find the “Preferred IDE/Editor” option
  3. Select your editor from the dropdown

The default editor is used when you click the IDE button on any site.

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.php and other root-level files