-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Twig] global var autocomplete #558
Comments
Extensions are supported we just need:
|
autocomplete for variables that are defined under twig: globals: do work, but using a service does not suggest Methods on this service.
using this in my template it does work. but If have to add this in every template, when I add it to my base template which is extended, it does not work within the child template. Is there another way of doing this? |
@Haehnchen having this Service class for example
|
Should be implemented by #31 but it does not work for me (and for @marapper, see #31 (comment))
The text was updated successfully, but these errors were encountered: