Install and quick start
SymfonyKD is currently in pre-release, with active iteration and ongoing feature updates.
Requirements
Section titled “Requirements”- VS Code
- A Symfony project workspace
- PHP and Symfony CLI or console access in your project environment
For complete requirement details, see Requirements.
Install SymfonyKD
Section titled “Install SymfonyKD”- Open the VS Code Marketplace.
- Search for SymfonyKD.
- Install the extension.
- Open a Symfony project folder in VS Code.
- Wait until workspace indexing completes.
Verify your workspace is detected
Section titled “Verify your workspace is detected”After indexing, SymfonyKD shows workspace context in its sidebar and workspace status view.
- Open the SymfonyKD view in the activity bar.
- Check whether project data is available.
- If needed, refresh from the sidebar actions.
For a full feature map, see Sidebar features.
Run your first command
Section titled “Run your first command”- Open the command palette.
- Run
Symfonykd: Execute Console Command. - Pick a Symfony console command.
- Review output in the dedicated channel.
Next, continue with Run console commands for command history, comparisons, and favorites.
Configure optional chat settings
Section titled “Configure optional chat settings”SymfonyKD also provides an @symfony chat participant.
- Open SymfonyKD workspace status full view.
- Configure provider and model for
@symfony. - Use
/statusor/controllersto validate project context.
See Use @symfony chat participant for details.