Setup
April 20, 2026 ยท View on GitHub
Twiggy
VSCode Marketplace: Twiggy
This is a fork of kaermorchen/twig-language-server (Modern Twig).
Definition
Completion
Tip
For better completion in Symfony or Craft CMS, configure twiggy.framework and follow the extension output (Twiggy Language Server).
Inlay hints
Setup
VS Code
- Open Command Palette (
Ctrl+P), typeext install moetelo.twiggyand pressEnter. - For Symfony project, set
twiggy.phpExecutableandtwiggy.symfonyConsolePathin the VS Code settings. - Check the extension output (
Twiggy Language Server) for errors.
Submit new issue if you have any problems or the feature you want is missing.
Neovim
Please refer to this reply and the instructions from neovim/nvim-lspconfig.
Sublime Text
Follow instructions ready-to-use client implementation maintained by the community.
Development
- Install Bun.
bun installin the project dir.- Press F5 in VS Code to start debugging.