VSCode Marketplace: Twiggy
This is a fork of kaermorchen/twig-language-server (Modern Twig).
Tip
For better completion in Symfony or Craft CMS, configure twiggy.framework
and follow the extension output (Twiggy Language Server
).
- Open Command Palette (
Ctrl+P
), typeext install moetelo.twiggy
and pressEnter
. - For Symfony project, set
twiggy.phpExecutable
andtwiggy.symfonyConsolePath
in 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.
Please refer to this reply and the instructions from neovim/nvim-lspconfig.
Follow instructions ready-to-use client implementation maintained by the community.
- Install pnpm.
pnpm install
in the project dir.- Press F5 in VS Code to start debugging.