---
title: "Symfony Language Tools: A Busy First Week (Symfony Blog)"
url: https://daily.dev/posts/symfony-language-tools-a-busy-first-week-symfony-blog--jqgbj70ou
source_url: https://symfony.com/blog/symfony-language-tools-a-busy-first-week
type: article
source: "Symfony"
published: 2026-08-25T15:35:47.019Z
updated: 2026-08-25T15:37:41.090Z
tags: ["php", "symfony"]
reading_time: 6
upvotes: 5
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Symfony Language Tools: A Busy First Week (Symfony Blog)

**[Symfony](https://daily.dev/sources/symfony)** · 6 min read · 5 upvotes · 0 comments

## Summary

Symfony Language Tools, the official Symfony LSP server announced on August 17, jumped through ten releases in six days to reach version 0.16. New capabilities include linking custom Twig functions/filters to their PHP implementations with completion, hover and navigation; typed Twig templates via the types tag; support for Twig components from bundles; XML service definition indexing; Doctrine metadata from XML/YAML mappings; fallback asset resolution for non-AssetMapper setups; running PHP inside Docker or a VM for runtime indexing; new editor support (Zed extension, OpenCode integration, VS Code socket connection on Windows); and performance work including streamed indexing, linear scaling tests on large codebases, and a configurable 2GB memory ceiling. The tool is tested against real-world applications like Kimai, Mautic, Sulu Demo, Sylius and Shopware, and remains in beta.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://symfony.com/blog/symfony-language-tools-a-busy-first-week>

## Questions this post answers

### How do I configure Symfony Language Tools to use a PHP executable running inside a Docker container?

Set the symfonyLsp.phpCommand setting to the docker exec command (for example docker compose exec -T php php) and symfonyLsp.containerProjectRoot to the project path inside the container, such as /app. The application then boots inside Docker for runtime indexing while navigation still opens files on the host; the same approach works with a virtual machine or any isolated PHP command.

_daily.dev surfaces setup details like this for developers wiring Symfony tooling into containerized workflows._

### Which real-world Symfony applications are used to test the Symfony Language Tools LSP server?

The test matrix runs against pinned revisions of Kimai, Mautic, Sulu Demo, Sylius, Shopware and Symfony Demo, covering Symfony 6.4, 7.4 and 8.1. Each application is indexed from cold and warm states, booted, and exercised with real completion, hover, navigation, references, code action and rename requests to catch assumptions that small test fixtures miss.

_Developers evaluating a new Symfony tool's reliability can track its testing rigor via daily.dev._

### Does Symfony Language Tools support code completion inside XML service definition files?

Not yet for completion, though navigation, references and rename already work across XML, YAML and PHP service definitions. Version 0.16 added indexing of services, aliases, parameters, decorators, tags and references declared in XML, but completion specifically inside XML files remains unsupported as of this release.

_Keep track of evolving PHP tooling gaps like this one on daily.dev before you hit them yourself._

## Similar posts on daily.dev

- [Announcing Symfony Language Tools, the Official Symfony LSP Server \(Symfony Blog\)](https://daily.dev/posts/announcing-symfony-language-tools-the-official-symfony-lsp-server-symfony-blog--ni87i9xqz) · Symfony · 4 upvotes · 0 comments
- [A Week of Symfony \#1025 \(August 17–23, 2026\) \(Symfony Blog\)](https://daily.dev/posts/a-week-of-symfony-1025-august-17-23-2026-symfony-blog--rmnksxrt7) · Symfony · 0 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#symfony](https://daily.dev/tags/symfony)

[View this post on daily.dev](https://daily.dev/posts/symfony-language-tools-a-busy-first-week-symfony-blog--jqgbj70ou)
