如何在 eclipse 中为 cakephp view.ctp 文件添加语法突出显示?

发布于 2024-12-01 12:13:44 字数 79 浏览 4 评论 0原文

当我开始编辑像 add.ctp 这样的视图文件时,我在 Eclipse 中没有得到任何语法突出显示。 如何获得 add.ctp 的语法突出显示?

When i start to edit a view file like add.ctp , i don't get any syntax highlight in eclipse.
How can i get syntax highlight for add.ctp ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

养猫人 2024-12-08 12:13:45

导航至窗口 ->首选项 -> 一般 ->内容类型 -> PHP 内容类型添加*.ctp的新文件关联。然后关联您希望 Eclipse 用于语法突出显示的任何类型的编辑器(php、html 等)。

Navigate to Window -> Preferences -> General -> Content Types -> PHP Content Type and add a new file association for *.ctp. Then associate whatever type of editor you want Eclipse to use for syntax highlighting (php, html, etc.).

慕巷 2024-12-08 12:13:45

下面大师的评论是最好的建议,对我很有用。

首选项>一般>内容类型> PHP>添加 *.ctp

建议选择 PHP 而不是 HTML = 即使它们是包含大量 HTML 的视图文件,您也需要 PHP 类型才能看到清晰标记的 PHP 代码段。您还可以利用菜单中的源工具。

The comment by guru below is the best advice and worked for me.

Preferences > General > Content Types > PHP > add *.ctp

Recommend choosing PHP rather than HTML = even though they are view files with lots of HTML, you'll need the PHP type in order to see the PHP code segments clearly marked. You'll also be able to take advantage of the Source tools in the menus.

逆蝶 2024-12-08 12:13:45

在某些新版本中,您可以添加此,Window ->首选项->一般->内容类型 -> 文本 -> PHP 内容类型并为 *.ctp 添加新的文件关联。

IN some new version you can add this, Window -> Preferences -> General -> Content Types ->Text -> PHP Content Type and add a new file association for *.ctp.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文