Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 CakePHP 上运行的项目。我所有的视图都存储为 ctp 文件。如何呈现我的 ctp 文件,以便在查看存储为 PHP 文件的文件时具有相同的视觉格式?在记事本++中,我可以通过从“语言”工具栏选项中进行选择来做到这一点。PHPStorm 中是否有类似的功能?
File| Settings| 文件类型,将此扩展名分配给PHP Files.
File
Settings
PHP Files
在 PHP Storm 2017 中:文件 | 设置 | 编辑 | 文件类型
将.ctp添加到 PHP 的Registered Patterns选项卡中
Select PHP & In tab Registered Patterns > Click + > add .cpt