Skip to content

Explore Symfony workspace

This guide covers the workspace exploration workflows available in SymfonyKD.

The sidebar is the primary place to inspect project data and Symfony subsystems.

Sidebar and workspace indicator

From the workspace indicator, open the workspace summary to inspect high-level project information.

Workspace summary

Use the configuration section when you need fast inspection and comparison of Symfony settings.

Configuration view

Available workflows include:

  • Refresh data
  • Search in the sidebar tree
  • Compare environments with Envs Diff
  • Open the full configuration explorer
  • Copy keys and values
  • Navigate to service definitions

Inspect Symfony dependency injection details in one place.

Dependency Injection view

Use this view for:

  • Environment variable values
  • App parameters
  • Configuration files
  • Bound arguments with navigation to definitions
  • Full service list with navigation support

Review route names, metadata, and controller references.

Routes view

Use route navigation to jump quickly into controller code while reviewing endpoint behavior.

Profiler support helps you inspect captured entries from inside VS Code.

Profiler view

Main actions:

  • Start capture (manually or with debugger automation)
  • Reload data
  • Clear history
  • Open setup help
  • Open profiler pages directly from captured entries

Next: Run console commands