找不到带有 PhpStorm 视图助手的流体
Fluid with PhpStorm view helper can't be found
我的 PhpStorm IDE 无法识别流体视图助手。目前使用 PhpStorm 2017.3.3
我从 sgalinski 安装了 Fluid Plugin,并在 xsd 文件 https://fluidtypo3.org/schemas/fluid-master.xsd and linked it to following URI http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers
之后的架构和 DTD 中添加了
有谁知道我该如何解决这个问题?如果自动完成适用于流畅的 html 文件
,那就太好了
查看这些博文:
您也可以查看 PhpStorm 插件 - 有一个可用于 FLUID。
https://www.sgalinski.de/typo3-produkte-webentwicklung/typo3-fluid-phpstorm-intellij/
尝试将 Typo3 核心作为外部库添加到您的 PhpStorm 项目中。
我的 PhpStorm IDE 无法识别流体视图助手。目前使用 PhpStorm 2017.3.3
我从 sgalinski 安装了 Fluid Plugin,并在 xsd 文件 https://fluidtypo3.org/schemas/fluid-master.xsd and linked it to following URI http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers
之后的架构和 DTD 中添加了有谁知道我该如何解决这个问题?如果自动完成适用于流畅的 html 文件
,那就太好了查看这些博文:
您也可以查看 PhpStorm 插件 - 有一个可用于 FLUID。 https://www.sgalinski.de/typo3-produkte-webentwicklung/typo3-fluid-phpstorm-intellij/
尝试将 Typo3 核心作为外部库添加到您的 PhpStorm 项目中。