gpt4 book ai didi

twig - 使用 Symfony 4 插件在 PhpStorm 中缺少 Twig 模板

转载 作者:行者123 更新时间:2023-12-02 00:59:12 26 4
gpt4 key购买 nike

PhpStorm version: 2018.2
Symfony Plugin Version: 0.16.165
Symfony version: 4.1.3
OS: Windows 10

我不明白为什么,但是我的 Twig 页面中的每个包含和扩展都包含有关缺少模板的警告突出显示。我所有的 Twig 页面都在模板文件夹中。

代码有效,但是当我想在 git 中提交时,我会收到关于它们的提示。

我已经尝试了“ Missing Twig template in PhpStorm with Symfony Plugin”中的所有答案都无济于事。

enter image description here

命名空间已经设置。

enter image description here

据我所知,Twig 显示了正确的配置。
$ php bin/console debug:config twig

Current configuration for extension with alias "twig"
=====================================================

twig:
paths:
'C:\Linux\Cygwin\home\me\PhpstormProjects\MyApp\MyApp\vendor\knplabs\knp-menu\src\Knp\Menu/Resources/views': null
'C:\Linux\Cygwin\home\me\PhpstormProjects\MyApp\MyApp/templates': null
debug: true
strict_variables: true
exception_controller: 'twig.controller.exception::showAction'
form_themes:
- form_div_layout.html.twig
globals: { }
autoescape: name
autoescape_service: null
autoescape_service_method: null
cache: 'C:\Linux\Cygwin\home\me\PhpstormProjects\MyApp\MyApp\var\cache\dev/twig'
charset: UTF-8
default_path: 'C:\Linux\Cygwin\home\me\PhpstormProjects\MyApp\MyApp/templates'
date:
format: 'F j, Y H:i'
interval_format: '%d days'
timezone: null
number_format:
decimals: 0
decimal_point: .
thousands_separator: ','

twig.yaml
twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'

最佳答案

我没有尝试删除 .idea文件夹,因为它没有出现在 Project 中,并假设 Symfony 4 必须停止使用它们,因为问题是针对 Symfony 3 的。

关于twig - 使用 Symfony 4 插件在 PhpStorm 中缺少 Twig 模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51876352/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com